Skip to content

Commit 85a4ad2

Browse files
feat(neutron): re-enables port security in neutron
1 parent 49761f7 commit 85a4ad2

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

components/neutron/values.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,7 @@ conf:
4848
plugins:
4949
ml2_conf:
5050
ml2:
51-
# at this time due to physical switches not doing OpenFlow and enabling
52-
# port security rules being different per model (or supported at all)
53-
# disable it by default. this is necessary because openstack-helm enables
54-
# it by default
55-
extension_drivers: ''
51+
extension_drivers: 'port_security'
5652
# set the default ml2 backend to our plugin, neutron_understack
5753
# we'll need to use the ovn ML2 plugin to hook the routers to our network
5854
mechanism_drivers: "understack,ovn"

0 commit comments

Comments
 (0)