summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2018-11-27 23:29:59 +0000
committerGerrit Code Review <gerrit@onap.org>2018-11-27 23:29:59 +0000
commitb1cb9f40524551788b64220f072bea1b14f851e7 (patch)
tree72a416e0c42f8a7f87a06293ad9d638c4f7ae35d
parent790b94bbee68099eece2b91a3a484cd6f0c120ce (diff)
parent74ef0e1b518c01a08d05323bfa9376e0579185c5 (diff)
Merge "Use raw configuration endpoint"
-rw-r--r--blueprints/k8s-hv-ves.yaml-template2
1 files changed, 1 insertions, 1 deletions
diff --git a/blueprints/k8s-hv-ves.yaml-template b/blueprints/k8s-hv-ves.yaml-template
index 7840c94..fec97eb 100644
--- a/blueprints/k8s-hv-ves.yaml-template
+++ b/blueprints/k8s-hv-ves.yaml-template
@@ -71,7 +71,7 @@ node_templates:
inputs:
envs:
VESHV_CONFIG_URL:
- { concat: [ 'http://', { get_input: consul_host }, ':', { get_input: consul_port }, '/v1/kv/', { get_input: hv_ves_name} ] }
+ { concat: [ 'http://', { get_input: consul_host }, ':', { get_input: consul_port }, '/v1/kv/', { get_input: hv_ves_name}, '?raw=true' ] }
VESHV_LISTEN_PORT:
{ concat: [ { get_input: container_port }, '' ] }
VESHV_HEALTH_CHECK_API_PORT: