diff --git a/manifests/image.pp b/manifests/image.pp index eb9ffca0..d6a6f9ff 100644 --- a/manifests/image.pp +++ b/manifests/image.pp @@ -23,7 +23,7 @@ class privatecloud::image( $ks_glance_internal_port = $os_params::ks_glance_internal_port, $ks_keystone_glance_password = $os_params::ks_glance_password, $rabbit_password = $os_params::rabbit_password, - $rabbit_host = $os_params::rabbit_password[0], + $rabbit_host = $os_params::rabbit_hosts[0], $local_ip = $ipaddress_eth0, ) { $encoded_glance_user = uriescape($glance_db_user)