aboutsummaryrefslogtreecommitdiffstats
path: root/overcloud.j2.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-12-01 14:43:26 +0000
committerGerrit Code Review <review@openstack.org>2016-12-01 14:43:26 +0000
commit370d392dc58a124ffe09800476d1099bf6268cb3 (patch)
tree6a6d11fc44f1ce06310cc96b38a4953ffd6e19e7 /overcloud.j2.yaml
parent610de3101e9bb82616bb1dac80ead66c0d56be31 (diff)
parentf02742a981a602b439c918236bdb771bbf13dc97 (diff)
Merge "Configure /etc/hosts via os-collect-config script"
Diffstat (limited to 'overcloud.j2.yaml')
-rw-r--r--overcloud.j2.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/overcloud.j2.yaml b/overcloud.j2.yaml
index ba1c6b36..6146a48a 100644
--- a/overcloud.j2.yaml
+++ b/overcloud.j2.yaml
@@ -187,7 +187,7 @@ resources:
type: string
value:
list_join:
- - '\n'
+ - "\n"
- - str_replace:
template: IP HOST
params:
@@ -370,7 +370,7 @@ resources:
properties:
hosts:
list_join:
- - '\n'
+ - "\n"
- - if:
- add_vips_to_etc_hosts
- {get_attr: [VipHosts, value]}
@@ -378,7 +378,7 @@ resources:
-
{% for role in roles %}
- list_join:
- - '\n'
+ - "\n"
- {get_attr: [{{role.name}}, hosts_entry]}
{% endfor %}