[daisy] Use jump remote_management params 87/51087/2
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Wed, 24 Jan 2018 22:50:33 +0000 (23:50 +0100)
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Thu, 25 Jan 2018 20:06:26 +0000 (20:06 +0000)
Stop relying on 'remote_params' optional YAML anchor.

Change-Id: Ie5c563834cee19d676cc635c622ebbe8ffc0cc83
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
config/installers/daisy/pod_config.yaml.j2

index 30147a5..b7e621c 100644 (file)
@@ -9,7 +9,7 @@
 
 ---
 
-adapter: {{ conf['jumphost']['remote_params']['type'] }}
+adapter: {{ conf['jumphost']['remote_management']['type'] }}
 hosts:
   {%- set nodes_num = conf['nodes'] | length -%}
   {%- if nodes_num == 5 %}