← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1486053] [NEW] get get_policy_bandwidth_limit_rules_for_policy return all bw rules and not fillter by qos polciy

 

Public bug reported:

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 |
+--------------------------------------+----------------+----------+

** Affects: neutron
     Importance: Undecided
         Status: New


** Tags: qos

-- 
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 fillter by qos polciy

Status in neutron:
  New

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


Follow ups