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:
Emilien Macchi 2016-01-06 17:39:07 -05:00
parent 33646e1d13
commit c5f625c08d

View File

@ -67,7 +67,7 @@ class openstack_integration::neutron {
debug => true,
}
class { '::neutron::server::notifications':
nova_admin_password => 'a_big_secret',
password => 'a_big_secret',
}
include ::vswitch::ovs