Merge "Add extension_drivers = port_security in neutron.pp"

This commit is contained in:
Jenkins 2017-03-20 14:08:28 +00:00 committed by Gerrit Code Review
commit 05f449522e
1 changed files with 1 additions and 0 deletions

View File

@ -138,6 +138,7 @@ class openstack_integration::neutron (
class { '::neutron::plugins::ml2':
type_drivers => ['vxlan', 'flat'],
tenant_network_types => ['vxlan', 'flat'],
extension_drivers => 'port_security',
mechanism_drivers => $driver,
firewall_driver => $firewall_driver,
}