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:
Matthew Black
2013-09-09 10:51:34 -04:00
parent 76836baf0c
commit 2603a748ef

View File

@@ -216,6 +216,7 @@ class openstack::compute (
ovs_local_ip => $ovs_local_ip_real,
# Rabbit
rabbit_host => $rabbit_host,
rabbit_hosts => $rabbit_hosts,
rabbit_user => $rabbit_user,
rabbit_password => $rabbit_password,
# Neutron OVS
@@ -267,6 +268,7 @@ class openstack::compute (
rabbit_password => $rabbit_password,
rabbit_userid => $rabbit_user,
rabbit_host => $rabbit_host,
rabbit_hosts => $rabbit_hosts,
rabbit_virtual_host => $rabbit_virtual_host,
volume_group => $volume_group,
iscsi_ip_address => $iscsi_ip_address,