From c5f625c08d383154c43d5a68d5b13a16a94a87af Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Wed, 6 Jan 2016 17:39:07 -0500 Subject: [PATCH] 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 --- manifests/neutron.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/neutron.pp b/manifests/neutron.pp index 2a5eee579..a99fcafbf 100644 --- a/manifests/neutron.pp +++ b/manifests/neutron.pp @@ -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