From 74ef0e1b518c01a08d05323bfa9376e0579185c5 Mon Sep 17 00:00:00 2001 From: Filip Krzywka Date: Mon, 24 Sep 2018 10:48:18 +0200 Subject: Use raw configuration endpoint Change-Id: I35f3b78bc6bf25c7c632d4735d2bedb3f5e00896 Issue-ID: DCAEGEN2-827 Signed-off-by: Filip Krzywka --- blueprints/k8s-hv-ves.yaml-template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blueprints/k8s-hv-ves.yaml-template b/blueprints/k8s-hv-ves.yaml-template index fffafff..299d65c 100644 --- a/blueprints/k8s-hv-ves.yaml-template +++ b/blueprints/k8s-hv-ves.yaml-template @@ -67,7 +67,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_SSL_DISABLE: '' -- cgit 1.2.3-korg