summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Gu <james.gu@att.com>2020-06-10 20:39:19 +0000
committerGerrit Code Review <gerrit@opnfv.org>2020-06-10 20:39:19 +0000
commitc2cae74f7e3948f6089aa491f5cb4e98dd15232f (patch)
tree1d582eaee45862b3d975eb47d610104607753c78
parent926442163ec200916f2a0c909ab67c8d8ce37a5f (diff)
parentdda58818add9f7d751eb6bf6143ff32f366a9b7c (diff)
Merge "Enable Neutron QOS extension"airship2
-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
...