Enable the QoS Extension for NeutronΒΆ

You can use Helm overrides to enable the QoS Neutron extension.

Procedure

  1. Create a yaml file to enable the qos extension for neutron.

    ~(keystone_admin)]$ cat > neutron-overrides.yaml <<EOF
    conf:
     neutron:
       DEFAULT:
         service_plugins:
         - router
         - network_segment_range
         - qos
     plugins:
       ml2_conf:
         ml2:
           extension_drivers:
           - port_security
           - qos
       openvswitch_agent:
         agent:
           extensions:
           - qos
    EOF
    
  2. Update the neutron overrides and apply to stx-openstack.

    $ source /etc/platform/openrc
    ~(keystone_admin)]$ system helm-override-update stx-openstack neutron openstack --values neutron-overrides.yaml
    ~(keystone_admin)]$ system helm-override-show stx-openstack neutron openstack
    ~(keystone_admin)]$ system application-apply stx-openstack
  3. In a separate shell, create the QoS policy.

    $ openstack network qos policy create bw-limit