diff options
author | Borislav Glozman <Borislav.Glozman@amdocs.com> | 2019-04-24 10:34:55 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-24 10:34:55 +0000 |
commit | 945d96dea02071f98c2680b9ab7a19e14ec517db (patch) | |
tree | bef27b81d68a81889457a789913ce4097a653293 /resources | |
parent | 5faf0de55986aeb34eb01e39e51290fd1b072784 (diff) | |
parent | f5cb4191483c1fadd5d25763d11a303479470d86 (diff) |
Merge "not used variable was removed"
Diffstat (limited to 'resources')
-rw-r--r-- | resources/config/eteshare/config/integration_robot_properties.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/resources/config/eteshare/config/integration_robot_properties.py b/resources/config/eteshare/config/integration_robot_properties.py index 85a932e..b765db2 100644 --- a/resources/config/eteshare/config/integration_robot_properties.py +++ b/resources/config/eteshare/config/integration_robot_properties.py @@ -85,7 +85,6 @@ GLOBAL_MSB_SERVER_PORT = "80" GLOBAL_MR_SERVER_PROTOCOL = "http" GLOBAL_MR_SERVER_PORT = "3904" # bus controller info -GLOBAL_BC_SERVER_PORT = "8080" GLOBAL_BC_HTTPS_SERVER_PORT = "8443" GLOBAL_BC_USERNAME = "{{ .Values.bcUsername }}" GLOBAL_BC_PASSWORD = "{{ .Values.bcPassword }}" |