← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1486053] Re: get get_policy_bandwidth_limit_rules_for_policy return all bw rules and not filter by qos policy

 

** Changed in: neutron
       Status: Fix Committed => Fix Released

** Changed in: neutron
    Milestone: None => liberty-3

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1486053

Title:
  get get_policy_bandwidth_limit_rules_for_policy return all bw rules
  and  not filter by qos policy

Status in neutron:
  Fix Released

Bug description:
  when listing  qos-bandwidth-limit-rule-list, we get all the rules as
  below instead of filler them by policy

  moshele@r-ufm183:/.autodirect/mtrswgwork/moshele/openstack/devstack$
  neutron qos-bandwidth-limit-rule-list test2
   +--------------------------------------+----------------+----------+
   | id | max_burst_kbps | max_kbps |
   +--------------------------------------+----------------+----------+
   | 79899489-f93b-488d-9dbc-178a109e8a34 | 0 | 10000 |
   | 85ae8d6e-a73b-4016-b769-85f48b76c1a5 | 0 | 100 |
   +--------------------------------------+----------------+----------+
  moshele@r-ufm183:/.autodirect/mtrswgwork/moshele/openstack/devstack$
  neutron qos-bandwidth-limit-rule-list test
   +--------------------------------------+----------------+----------+
  | id | max_burst_kbps | max_kbps |
  +--------------------------------------+----------------+----------+
   | 79899489-f93b-488d-9dbc-178a109e8a34 | 0 | 10000 |
   | 85ae8d6e-a73b-4016-b769-85f48b76c1a5 | 0 | 100 |
  +--------------------------------------+----------------+----------+

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1486053/+subscriptions


References