Merge "Fix dependency cycle from Mellanox ML2 plugin"

This commit is contained in:
Zuul 2019-03-31 14:26:54 +00:00 committed by Gerrit Code Review
commit c137849d15
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ class neutron::plugins::ml2::mellanox (
ensure_resource('package', 'python-networking-mlnx',
{
ensure => $package_ensure,
tag => ['openstack', 'neutron-package']
tag => 'openstack'
}
)
}

View File

@ -31,7 +31,7 @@ describe 'neutron::plugins::ml2::mellanox' do
it 'should have' do
should contain_package('python-networking-mlnx').with(
:ensure => params[:package_ensure],
:tag => ['openstack', 'neutron-package']
:tag => 'openstack'
)
end
end