Heat templates for deploying OpenStack
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# A Heat environment file which can be used to disable the writing of the VIPs |
|
# to the /etc/hosts file in the overcloud. Use this in case you have a working |
|
# DNS server that you will provide for the overcloud. |
|
parameter_defaults: |
|
AddVipsToEtcHosts: False
|
|
|