Merge "[overcloud-deploy] Fix hosts file generation"

This commit is contained in:
Jenkins 2017-01-06 13:13:26 +00:00 committed by Gerrit Code Review
commit ce407b4681
1 changed files with 2 additions and 0 deletions

View File

@ -28,7 +28,9 @@ cat <<EOF | sudo tee -a $HOSTFILE
## BEGIN OVERCLOUD HOSTS #nodocs
$(heat output-show -F raw overcloud HostsEntry)
{% if enable_pacemaker|bool %}
$(heat output-show -F raw overcloud PublicVip) overcloud-public-vip
{% endif %}
## END OVERCLOUD HOSTS #nodocs
EOF