Comment 3 for bug 1815618

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

Reviewed: https://review.openstack.org/638714
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=c1999a2b2268a4f5477247974363e31cb54e0e6b
Submitter: Zuul
Branch: master

commit c1999a2b2268a4f5477247974363e31cb54e0e6b
Author: Lajos Katona <email address hidden>
Date: Fri Mar 1 14:39:13 2019 +0100

    Fix QoS rule update

    QoS rule (QosBandwidthLimitRule and QosMinimumBandwidthRule) update now
    expects to have direction field in the API request for checking for
    duplicates.
    This patch changes this by using the rule fetched from the policy and
    the update will work on that rule object instead of a newly created
    object which for minimum_bandwidth rule has no default direction, which
    causes the update to fail.

    Change-Id: Ib8f95bf14193a50f22102668bed9208a93d1caba
    Closes-Bug: #1815618