Merge "Fix fwaas package name for Ubuntu and Debian"
This commit is contained in:
commit
1b47626427
@ -142,7 +142,7 @@ class neutron::params {
|
||||
$l3_agent_package = 'neutron-l3-agent'
|
||||
$l3_agent_service = 'neutron-l3-agent'
|
||||
|
||||
$fwaas_package = 'neutron-fwaas'
|
||||
$fwaas_package = 'python-neutron-fwaas'
|
||||
|
||||
$cliff_package = 'python-cliff'
|
||||
$kernel_headers = "linux-headers-${::kernelrelease}"
|
||||
|
@ -55,7 +55,7 @@ describe 'neutron::services::fwaas' do
|
||||
it_configures 'neutron fwaas service plugin'
|
||||
|
||||
it 'installs neutron fwaas package' do
|
||||
is_expected.to contain_package('neutron-fwaas').with(
|
||||
is_expected.to contain_package('python-neutron-fwaas').with(
|
||||
:ensure => 'present',
|
||||
:tag => 'openstack'
|
||||
)
|
||||
@ -71,7 +71,7 @@ describe 'neutron::services::fwaas' do
|
||||
it_configures 'neutron fwaas service plugin'
|
||||
|
||||
it 'installs neutron fwaas package' do
|
||||
is_expected.to contain_package('neutron-fwaas').with(
|
||||
is_expected.to contain_package('python-neutron-fwaas').with(
|
||||
:ensure => 'present',
|
||||
:tag => 'openstack'
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user