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:
@@ -103,7 +103,7 @@ class neutron::plugins::nuage (
|
|||||||
'RESTPROXY/cms_id': value => $nuage_cms_id;
|
'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') {
|
($::neutron::core_plugin != 'nuage') {
|
||||||
fail('Nuage plugin should be the core_plugin in neutron.conf')
|
fail('Nuage plugin should be the core_plugin in neutron.conf')
|
||||||
}
|
}
|
||||||
|
@@ -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.
|
@@ -5,7 +5,7 @@ describe 'neutron::plugins::nuage' do
|
|||||||
let :pre_condition do
|
let :pre_condition do
|
||||||
"class { 'neutron':
|
"class { 'neutron':
|
||||||
rabbit_password => 'passw0rd',
|
rabbit_password => 'passw0rd',
|
||||||
core_plugin => 'neutron.plugins.nuage.plugin.NuagePlugin' }
|
core_plugin => 'nuage_neutron.plugins.nuage.plugin.NuagePlugin' }
|
||||||
class { 'neutron::server': password => 'password' }"
|
class { 'neutron::server': password => 'password' }"
|
||||||
end
|
end
|
||||||
|
|
||||||
@@ -41,7 +41,7 @@ describe 'neutron::plugins::nuage' do
|
|||||||
end
|
end
|
||||||
|
|
||||||
it 'should configure neutron.conf' do
|
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
|
end
|
||||||
|
|
||||||
it 'passes purge to resource' do
|
it 'passes purge to resource' do
|
||||||
|
Reference in New Issue
Block a user