summaryrefslogtreecommitdiffstats
path: root/controlloop/common/feature-controlloop-management/src/main/feature/config/VFC-http-client.properties
diff options
context:
space:
mode:
authorRam Krishna Verma <ram_krishna.verma@bell.ca>2020-03-25 19:19:31 +0000
committerGerrit Code Review <gerrit@onap.org>2020-03-25 19:19:31 +0000
commit7e92a9de35f0f92c936a92e5a85dbd5a1ef948a4 (patch)
tree98f26f701579331568dd7b49e7a91d12ad9458d4 /controlloop/common/feature-controlloop-management/src/main/feature/config/VFC-http-client.properties
parent9477940e341db68d9cd7f3fe8f722109964da521 (diff)
parentc53ad826391ef385e614b8c4617eb5e424ae11f7 (diff)
Merge "Adjust properties for context URI with slash"
Diffstat (limited to 'controlloop/common/feature-controlloop-management/src/main/feature/config/VFC-http-client.properties')
-rw-r--r--controlloop/common/feature-controlloop-management/src/main/feature/config/VFC-http-client.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/controlloop/common/feature-controlloop-management/src/main/feature/config/VFC-http-client.properties b/controlloop/common/feature-controlloop-management/src/main/feature/config/VFC-http-client.properties
index f09880763..b4bc9427d 100644
--- a/controlloop/common/feature-controlloop-management/src/main/feature/config/VFC-http-client.properties
+++ b/controlloop/common/feature-controlloop-management/src/main/feature/config/VFC-http-client.properties
@@ -24,4 +24,4 @@ http.client.services.VFC.host=${envd:VFC_HOST}
http.client.services.VFC.port=${envd:VFC_PORT}
http.client.services.VFC.username=${envd:VFC_USERNAME}
http.client.services.VFC.password=${envd:VFC_PASSWORD}
-http.client.services.VFC.contextUriPath=${envd:VFC_CONTEXT_URI:api/nslcm/v1}
+http.client.services.VFC.contextUriPath=${envd:VFC_CONTEXT_URI:api/nslcm/v1/}