diff options
author | pkaras <piotr.karas@nokia.com> | 2019-04-18 07:51:30 +0200 |
---|---|---|
committer | Alexis de Talhouƫt <adetalhouet89@gmail.com> | 2019-04-19 15:48:59 +0000 |
commit | f5cb4191483c1fadd5d25763d11a303479470d86 (patch) | |
tree | 379305b42f70021b7dca222e82568a5224af0bd2 /resources | |
parent | 4b10128bf8437d662f7f352b27559230cf15161a (diff) |
not used variable was removed
Change-Id: I4d30ce08b8ae481b889aba10ead9d270761c1c70
Issue-ID: DMAAP-1114
Signed-off-by: piotr.karas <piotr.karas@nokia.com>
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 }}" |