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 | 960c8f474ac54dabc43fb0864240db2de71b08bb (patch) | |
tree | 5654683165e0666e5de311a5efcc9fca51b1d760 | |
parent | f580e9af77212ccc329620a5907908568bedff3b (diff) | |
parent | 390bfdbaf7d793217b824c0cd045bdb698b57683 (diff) |
Merge "not used variable was removed"
-rw-r--r-- | kubernetes/robot/resources/config/eteshare/config/integration_robot_properties.py | 1 |
1 files changed, 0 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 85a932e02d..b765db23d6 100644 --- a/kubernetes/robot/resources/config/eteshare/config/integration_robot_properties.py +++ b/kubernetes/robot/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 }}" |