From d9fa3428fd4a794bddff68960c8748642017f7e4 Mon Sep 17 00:00:00 2001 From: Brent Eagles Date: Thu, 7 Jan 2016 16:05:58 -0330 Subject: Enable the ML2 port security extension driver by default This patch enables the port security ML2 extension driver by default. It should have no impact on users that do not explicitly modify the port security property on a port. Change-Id: I1413428a1c0329acf0276bf6032684e5e7f8e177 Closes-Bug: #1531970 --- puppet/controller.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'puppet') diff --git a/puppet/controller.yaml b/puppet/controller.yaml index c18dc92c..c2ab163c 100644 --- a/puppet/controller.yaml +++ b/puppet/controller.yaml @@ -501,7 +501,7 @@ parameters: default: ["1:1000", ] 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 -- cgit 1.2.3-korg