Comment 6 for bug 1486607

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (master)

Reviewed: https://review.openstack.org/217092
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=4ec6932c93764fd7731928f1faa24b6c88fa9493
Submitter: Jenkins
Branch: master

commit 4ec6932c93764fd7731928f1faa24b6c88fa9493
Author: Tong Li <email address hidden>
Date: Tue Sep 15 17:23:42 2015 -0400

    Respond negatively to tenant detachment of enforced QoS policies

    Currently when the tenant attempts to detach an enforced QoS policy
    for a port or network set by admin, the attempt fails but the API
    feedback indicates that it was successful. This change will
    fix the API response so the failure is accurately signalled
    to the tenant.

    Co-Authored-By: litong01 <email address hidden>
    Co-Authored-By: gong yong sheng <gong.yongsheng@99cloud.net>
    Co-Authored-By: Nate Johnston <email address hidden>
    Co-Authored-By: Margaret Frances <email address hidden>

    Change-Id: I977feecc6cce378abc1e6092afbaf9f2681b2ec6
    Closes-bug: #1486607