Comment 9 for bug 1959749

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/827683
Committed: https://opendev.org/openstack/neutron/commit/2f944d310554f0248261fff875141bdf9698b35e
Submitter: "Zuul (22348)"
Branch: master

commit 2f944d310554f0248261fff875141bdf9698b35e
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Thu Feb 3 00:04:02 2022 +0000

    Support filtering for QoS rule type list

    Added support for filtering the QoS rule type list command.
    Two new filter flags are added:
    - all_supported: if True, the listing call will print all QoS rule
      types supported by at least one loaded mechanism driver.
    - all_rules: if True, the listing call will print all QoS rule types
      supported by the Neutron server.

    Both filter flags are exclusive and not required.

    Depends-On: https://review.opendev.org/c/openstack/neutron-lib/+/827533

    Closes-Bug: #1959749
    Change-Id: I41eaab177e121316c3daec34b309c266e2f81979