Unassigning QoS policies
Prerequisites
- A QoS policy is assigned to a resource, as described in Assigning QoS policies.
- Ensure that a a QoS policy is not used by networks, ports, or IP addresses.
To unassign a QoS policy from a network port
Detach the network port from the policy with openstack port unset --qos-policy
. For example:
# openstack --insecure port unset --qos-policy c0ea690f-4993-4467-afd5-5389016a0658
To unassign a policy from a floating IP address
Detach the floating IP from the policy with openstack floating ip unset --qos-policy
. For example:
# openstack --insecure floating ip unset --qos-policy 866203a2-4e1c-459f-807f-14ed563409f1
To unassign a policy from a network
Detach the network from the policy with openstack network set --no-qos-policy
. For example:
# openstack --insecure network set --no-qos-policy public