From 39aaab99838510c509142135cef003b13c44155e Mon Sep 17 00:00:00 2001 From: Sebastien Badia Date: Mon, 30 Dec 2013 10:45:46 +0100 Subject: [PATCH] image: fix rabbit_hosts param --- manifests/image.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)