From: Alexandru Avadanii Date: Fri, 2 Mar 2018 21:55:02 +0000 (+0100) Subject: [fuel] Fix missing space between yaml key:val X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F19%2F53019%2F2;p=pharos.git [fuel] Fix missing space between yaml key:val Change-Id: Icf0e5d386f593bb691f777704ac799c8729221ce Signed-off-by: Alexandru Avadanii --- diff --git a/config/installers/fuel/pod_config.yml.j2 b/config/installers/fuel/pod_config.yml.j2 index fc4de253..9a6b4be1 100644 --- a/config/installers/fuel/pod_config.yml.j2 +++ b/config/installers/fuel/pod_config.yml.j2 @@ -149,7 +149,7 @@ parameters: {%- for network in networks %} {%- for key in hosts[network] %} {%- set i = loop.index + start_ip[network] %} - {{key}}:{{ network | ipnet_hostaddr(i) }} + {{key}}: {{ network | ipnet_hostaddr(i) }} {%- endfor %} {%- endfor %}