Revert "Debian: no fwaas l3 extensions"
After upstream code has been fixed to work with neutron-api and neutron-rpc-server, and after this patch has been merged into the Debian package, we can finally re-activate FWaaS in Debian. This reverts commit 85a3fa6a0a07692d2e84fea661a2467582787d7f. Change-Id: Idd94928567677cc46779a8261b436a96a35050e3
This commit is contained in:
parent
186b41320b
commit
5cdee0055d
@ -207,17 +207,10 @@ class openstack_integration::neutron (
|
||||
interface_driver => $driver,
|
||||
debug => true,
|
||||
}
|
||||
if ($::os_package_type == 'debian') {
|
||||
class { '::neutron::agents::l3':
|
||||
interface_driver => $driver,
|
||||
debug => true,
|
||||
}
|
||||
} else {
|
||||
class { '::neutron::agents::l3':
|
||||
interface_driver => $driver,
|
||||
debug => true,
|
||||
extensions => 'fwaas',
|
||||
}
|
||||
class { '::neutron::agents::l3':
|
||||
interface_driver => $driver,
|
||||
debug => true,
|
||||
extensions => 'fwaas',
|
||||
}
|
||||
class { '::neutron::agents::dhcp':
|
||||
interface_driver => $driver,
|
||||
|
Loading…
x
Reference in New Issue
Block a user