Setting the default QoS policy
You can set the default QoS policy to a project. It will be automatically assigned to all new networks that you create within the project. Existing networks within the project will not inherit the default QoS policy, you will need to explicitly assign the policy to them.
To set a QoS policy as default, use the --default
option. For example:
# openstack --insecure network qos policy set --default policy1
Each project can have only one default QoS policy. If you want to change the default policy, unset the old default policy first. To do it, specify the --no-default
option. For example:
# openstack --insecure network qos policy set --no-default policy1