Merge "Revert "Ubuntu: Touch /etc/neutron/fwaas_driver.ini""

This commit is contained in:
Zuul 2022-11-16 12:30:55 +00:00 committed by Gerrit Code Review
commit 15b5bdb441
1 changed files with 0 additions and 12 deletions

View File

@ -50,18 +50,6 @@ class openstack_integration::neutron (
}
}
if $::operatingsystem == 'Ubuntu' {
file { '/etc/neutron/fwaas_driver.ini':
ensure => present,
replace => false,
mode => '0644',
owner => 'neutron',
group => 'neutron',
require => Anchor['neutron::install::end'],
before => Anchor['neutron::config::begin']
}
}
openstack_integration::mq_user { 'neutron':
password => 'an_even_bigger_secret',
before => Anchor['neutron::service::begin'],