Added missing param to neutron and cinder classes
The param rabbit_hosts is not passed from the openstack::compute class to openstack::neutron and openstack::cinder::storage. Change-Id: Ic93f83bb5435165e737e205b3469ca1a1a6936d6
This commit is contained in:
@@ -216,6 +216,7 @@ class openstack::compute (
|
|||||||
ovs_local_ip => $ovs_local_ip_real,
|
ovs_local_ip => $ovs_local_ip_real,
|
||||||
# Rabbit
|
# Rabbit
|
||||||
rabbit_host => $rabbit_host,
|
rabbit_host => $rabbit_host,
|
||||||
|
rabbit_hosts => $rabbit_hosts,
|
||||||
rabbit_user => $rabbit_user,
|
rabbit_user => $rabbit_user,
|
||||||
rabbit_password => $rabbit_password,
|
rabbit_password => $rabbit_password,
|
||||||
# Neutron OVS
|
# Neutron OVS
|
||||||
@@ -267,6 +268,7 @@ class openstack::compute (
|
|||||||
rabbit_password => $rabbit_password,
|
rabbit_password => $rabbit_password,
|
||||||
rabbit_userid => $rabbit_user,
|
rabbit_userid => $rabbit_user,
|
||||||
rabbit_host => $rabbit_host,
|
rabbit_host => $rabbit_host,
|
||||||
|
rabbit_hosts => $rabbit_hosts,
|
||||||
rabbit_virtual_host => $rabbit_virtual_host,
|
rabbit_virtual_host => $rabbit_virtual_host,
|
||||||
volume_group => $volume_group,
|
volume_group => $volume_group,
|
||||||
iscsi_ip_address => $iscsi_ip_address,
|
iscsi_ip_address => $iscsi_ip_address,
|
||||||
|
Reference in New Issue
Block a user