Fix rabbitmq connection when not exporting resources

This commit is contained in:
Branan Purvine-Riley
2012-06-26 19:31:20 -07:00
parent b077b6c989
commit b611ed76e9

View File

@@ -107,7 +107,7 @@ class openstack::controller(
} else {
$sql_connection = $nova_db
$glance_connection = $glance_api_servers
$rabbit_connection = $rabbit_host
$rabbit_connection = $internal_address
}
####### DATABASE SETUP ######