Merge "Enable the ML2 port security extension driver by default"

This commit is contained in:
Jenkins 2016-02-18 19:03:29 +00:00 committed by Gerrit Code Review
commit c660cba4f9
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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