Updating ironic conductor hostname for rabbit

This commit is contained in:
root 2016-02-09 04:29:51 +00:00
parent f7ce079054
commit fdfe0179a7

View File

@ -120,7 +120,7 @@ enabled_drivers={{ ironic_driver_list }}
# the node name must be valid within an AMQP key, and if using # the node name must be valid within an AMQP key, and if using
# ZeroMQ, a valid hostname, FQDN, or IP address. (string # ZeroMQ, a valid hostname, FQDN, or IP address. (string
# value) # value)
host={{ ironic_node_name }} host={{ ansible_hostname }}
# #