Add port_security extension to neutron ML2 driver

https://review.openstack.org/#/c/410385 has made port_security
extension mandatory ( https://bugs.launchpad.net/neutron/+bug/1694420)
Although there are some discussions and a proposed patch to
add a fallback mechanism when extension is not enabled
https://review.openstack.org/#/c/469327/, i think it's better
to enable it in packstack to be able to promote master
and avoid similar issues.

Change-Id: I609f7901c4e2ec8dfdcc6c2a8e8ee775d7ca74ad
This commit is contained in:
Alfredo Moralejo 2017-06-02 15:03:30 +02:00
parent 5e6280e371
commit 2a5d56e7cc
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ class packstack::neutron::ml2 ()
enable_security_group => true,
firewall_driver => hiera('FIREWALL_DRIVER'),
supported_pci_vendor_devs => hiera_array('CONFIG_NEUTRON_ML2_SUPPORTED_PCI_VENDOR_DEVS'),
extension_drivers => 'port_security',
}
# For cases where "neutron-db-manage upgrade" command is called