diff options
author | Aaron Hay <ah415j@att.com> | 2018-09-10 11:26:40 -0400 |
---|---|---|
committer | Aaron Hay <ah415j@att.com> | 2018-09-10 11:26:46 -0400 |
commit | 666dab4237a0fe0ad374739ab5ccbb815056f4fb (patch) | |
tree | bc7aec63536a9fccf0410d836e2c76884916dfa7 /kubernetes/robot/resources/config | |
parent | 3d8b63bc8475e3a1485fc247e7cc2cf9f9cf6fba (diff) |
Fix APICDOC HC creds
Change-Id: I08ea5930b7c119081fcfdc0dc80ba1d07645ab23
Issue-ID: INT-641
Signed-off-by: Aaron Hay <ah415j@att.com>
Diffstat (limited to 'kubernetes/robot/resources/config')
-rw-r--r-- | kubernetes/robot/resources/config/eteshare/config/integration_robot_properties.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/robot/resources/config/eteshare/config/integration_robot_properties.py b/kubernetes/robot/resources/config/eteshare/config/integration_robot_properties.py index 24bb08a42a..a4a359a9dd 100644 --- a/kubernetes/robot/resources/config/eteshare/config/integration_robot_properties.py +++ b/kubernetes/robot/resources/config/eteshare/config/integration_robot_properties.py @@ -26,7 +26,7 @@ GLOBAL_APPC_SERVER_PROTOCOL = "http" GLOBAL_APPC_SERVER_PORT = "8282" GLOBAL_APPC_SERVER = "http://appc.{{include "common.namespace" .}}:" GLOBAL_APPC_USERNAME = "admin" -GLOBAL_APPC_PASSWORD = "admin" +GLOBAL_APPC_PASSWORD = "Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U" GLOBAL_APPC_CDT_SERVER_PROTOCOL = "http" GLOBAL_APPC_CDT_SERVER_PORT = "80" GLOBAL_APPC_CDT_SERVER = "http://appc-cdt.{{include "common.namespace" .}}:" |