use new parameters to configure neutron/notifications
A recent change in puppet-neutron updated parameters to configure neutron/nova notifcations. This patch uses the new parameter and avoid warning in Puppet catalog. Change-Id: Ib83c7778c111e7d038dde5a8c2f03a19864af734
This commit is contained in:
parent
33646e1d13
commit
c5f625c08d
@ -67,7 +67,7 @@ class openstack_integration::neutron {
|
|||||||
debug => true,
|
debug => true,
|
||||||
}
|
}
|
||||||
class { '::neutron::server::notifications':
|
class { '::neutron::server::notifications':
|
||||||
nova_admin_password => 'a_big_secret',
|
password => 'a_big_secret',
|
||||||
}
|
}
|
||||||
include ::vswitch::ovs
|
include ::vswitch::ovs
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user