We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 49761f7 + 85a4ad2 commit b4893aeCopy full SHA for b4893ae
components/neutron/values.yaml
@@ -48,11 +48,7 @@ conf:
48
plugins:
49
ml2_conf:
50
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: ''
+ extension_drivers: 'port_security'
56
# set the default ml2 backend to our plugin, neutron_understack
57
# we'll need to use the ovn ML2 plugin to hook the routers to our network
58
mechanism_drivers: "understack,ovn"
0 commit comments