Comment 21 for bug 1882804

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

Reviewed: https://review.opendev.org/750349
Committed: https://git.openstack.org/cgit/openstack/neutron-lib/commit/?id=a61f9553d2074d160ac384313971421b7f063765
Submitter: Zuul
Branch: master

commit a61f9553d2074d160ac384313971421b7f063765
Author: elajkat <email address hidden>
Date: Tue Sep 8 13:08:45 2020 +0200

    remove rc from allocation dict if value is 0

    update_qos_minbw_allocation now deletes the resource class keys if the
    value for the give resource class is zero, as placement can't handle 0
    value updates, see the referenced story.

    Change-Id: Iaf23eb313507139c2de76146b82d148bcce9b3d6
    Closes-Bug: #1894825
    Related-Bug: #1882804
    Story: 2008111