image: fix rabbit_hosts param
This commit is contained in:
parent
8edee188d0
commit
39aaab9983
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user