Enable Neutron QOS extension 52/70252/1
authorJames Gu <james.gu@att.com>
Tue, 2 Jun 2020 05:15:24 +0000 (22:15 -0700)
committerJames Gu <james.gu@att.com>
Tue, 2 Jun 2020 05:16:49 +0000 (22:16 -0700)
Change-Id: I3961577971a7642db8655087ee84666b7ec7d84d
Signed-off-by: James Gu <james.gu@att.com>
type/cntt/software/charts/osh/openstack-compute-kit/neutron.yaml

index b6b8f7d..ef9cf77 100644 (file)
@@ -22,5 +22,11 @@ data:
     conf:
       neutron:
         DEFAULT:
-          service_plugins: router,trunk
+          service_plugins: router,trunk,neutron.services.qos.qos_plugin.QoSPlugin
+      plugins:
+        ml2_conf:
+          ml2:
+            extension_drivers: port_security, qos
+          agent:
+            extensions: qos
 ...