rabbit_host is rabbit_ipaddress variable in nova

This commit is contained in:
Jay Pipes 2013-01-12 18:13:46 -05:00
parent a558c58766
commit 537706413c
1 changed files with 1 additions and 1 deletions

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 %>