Merge "Debian: no fwaas l3 extensions"
This commit is contained in:
commit
f80f25ad1a
@ -207,10 +207,17 @@ class openstack_integration::neutron (
|
||||
interface_driver => $driver,
|
||||
debug => true,
|
||||
}
|
||||
class { '::neutron::agents::l3':
|
||||
interface_driver => $driver,
|
||||
debug => true,
|
||||
extensions => 'fwaas',
|
||||
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::dhcp':
|
||||
interface_driver => $driver,
|
||||
|
Loading…
x
Reference in New Issue
Block a user