diff options
-rw-r--r-- | overcloud.yaml | 2 | ||||
-rw-r--r-- | puppet/controller.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/overcloud.yaml b/overcloud.yaml index c2a47b8d..e1f7b4b5 100644 --- a/overcloud.yaml +++ b/overcloud.yaml @@ -214,7 +214,7 @@ parameters: The mechanism drivers for the Neutron tenant network. type: comma_delimited_list NeutronPluginExtensions: - default: "qos" + default: "qos,port_security" description: | Comma-separated list of extensions enabled for the Neutron plugin. type: comma_delimited_list diff --git a/puppet/controller.yaml b/puppet/controller.yaml index 98d71c13..33411e32 100644 --- a/puppet/controller.yaml +++ b/puppet/controller.yaml @@ -510,7 +510,7 @@ parameters: default: ["1:4094", ] type: comma_delimited_list NeutronPluginExtensions: - default: "qos" + default: "qos,port_security" description: | Comma-separated list of extensions enabled for the Neutron plugin. type: comma_delimited_list |