diff options
author | Mandeep Khinda <Mandeep.Khinda@amdocs.com> | 2018-09-10 18:53:20 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-09-10 18:53:20 +0000 |
commit | ab86fe01cee542fa7d08a584aa129b1a4c904a40 (patch) | |
tree | 4ff2bbbb5de289f82379cce62f6b9c940f99002b /kubernetes | |
parent | a38dba9df4d366f3eb089b27b2c8e2cfa116394c (diff) | |
parent | 666dab4237a0fe0ad374739ab5ccbb815056f4fb (diff) |
Merge "Fix APICDOC HC creds"
Diffstat (limited to 'kubernetes')
-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" .}}:" |