Merge pull request #31 from jaypipes/working

rabbit_host is rabbit_ipaddress variable in nova
This commit is contained in:
John Dewey
2013-01-12 15:14:59 -08:00

View File

@@ -370,7 +370,7 @@ db_backend=sqlalchemy
# kombu_ssl_ca_certs=
#### (StrOpt) SSL certification authority file (valid only if SSL enabled)
rabbit_host=<%= @rabbit_host %>
rabbit_host=<%= @rabbit_ipaddress %>
#### (StrOpt) The RabbitMQ broker address where a single node is used
rabbit_port=<%= @rabbit_port %>