Updated Nuage package name for Mitaka release

Updated Nuage plugin package name in nuage.pp puppet file.
Updated Nuage spec tests and release notes accordingly.

Change-Id: Iaccc05a499ec6372f63614c0a2e5bfcd5feb6b71
This commit is contained in:
lokesh-jain 2016-09-19 16:46:45 -04:00
parent 81712bb1de
commit 14cea564f9
3 changed files with 8 additions and 3 deletions

View File

@ -103,7 +103,7 @@ class neutron::plugins::nuage (
'RESTPROXY/cms_id': value => $nuage_cms_id;
}
if ($::neutron::core_plugin != 'neutron.plugins.nuage.plugin.NuagePlugin') and
if ($::neutron::core_plugin != 'nuage_neutron.plugins.nuage.plugin.NuagePlugin') and
($::neutron::core_plugin != 'nuage') {
fail('Nuage plugin should be the core_plugin in neutron.conf')
}

View File

@ -0,0 +1,5 @@
---
fixes:
- The package name for nuage neutron plugin changed due to
decomposition of vendor plugins from neutron package to
per-vendor packages.

View File

@ -5,7 +5,7 @@ describe 'neutron::plugins::nuage' do
let :pre_condition do
"class { 'neutron':
rabbit_password => 'passw0rd',
core_plugin => 'neutron.plugins.nuage.plugin.NuagePlugin' }
core_plugin => 'nuage_neutron.plugins.nuage.plugin.NuagePlugin' }
class { 'neutron::server': password => 'password' }"
end
@ -41,7 +41,7 @@ describe 'neutron::plugins::nuage' do
end
it 'should configure neutron.conf' do
is_expected.to contain_neutron_config('DEFAULT/core_plugin').with_value('neutron.plugins.nuage.plugin.NuagePlugin')
is_expected.to contain_neutron_config('DEFAULT/core_plugin').with_value('nuage_neutron.plugins.nuage.plugin.NuagePlugin')
end
it 'passes purge to resource' do