Comment 0 for bug 1486607

Revision history for this message
Miguel Angel Ajo (mangelajo) wrote : tenants are able to detach admin enforced QoS policies from ports or networks

If the CSP is using manually tagging specific tenant networks to follow specific qos profiles, a tenant could use

neutron port-update <port-id> --no-qos-policy

or

neutron net-update <net-id> --no-qos-policy

to shake it of

A possible solution, is not allowing tenants to remove non-owned non-shared policies.