diff --git a/manifests/controller.pp b/manifests/controller.pp index e991dd1..fe7d910 100644 --- a/manifests/controller.pp +++ b/manifests/controller.pp @@ -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 ######