summaryrefslogtreecommitdiffstats
path: root/type/cntt
diff options
context:
space:
mode:
authorJames Gu <james.gu@att.com>2020-06-01 22:15:24 -0700
committerJames Gu <james.gu@att.com>2020-06-01 22:16:49 -0700
commitdda58818add9f7d751eb6bf6143ff32f366a9b7c (patch)
tree995b0f296e3bf51942a13f2f3df86ef3dab2093c /type/cntt
parent21f263a04ce83a196cbb975e4e7954e410c14839 (diff)
Enable Neutron QOS extension
Change-Id: I3961577971a7642db8655087ee84666b7ec7d84d Signed-off-by: James Gu <james.gu@att.com>
Diffstat (limited to 'type/cntt')
-rw-r--r--type/cntt/software/charts/osh/openstack-compute-kit/neutron.yaml8
1 files changed, 7 insertions, 1 deletions
diff --git a/type/cntt/software/charts/osh/openstack-compute-kit/neutron.yaml b/type/cntt/software/charts/osh/openstack-compute-kit/neutron.yaml
index b6b8f7d..ef9cf77 100644
--- a/type/cntt/software/charts/osh/openstack-compute-kit/neutron.yaml
+++ b/type/cntt/software/charts/osh/openstack-compute-kit/neutron.yaml
@@ -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
...