This looks like it might be a client bug, but I would like someone to
confirm if it's that or the API response.

** Tags added: qos

** Also affects: python-neutronclient
   Importance: Undecided
       Status: New

** Changed in: python-neutronclient
       Status: New => Triaged

** Changed in: neutron
       Status: New => Triaged

** Changed in: neutron
   Importance: Undecided => High

** Changed in: python-neutronclient
   Importance: Undecided => High

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

Title:
  The result of 'qos-minimum-bandwidth-rule-list' is wrong

Status in neutron:
  Triaged
Status in python-neutronclient:
  Triaged

Bug description:
  In master branch,I have a policy,and some rules in it as folloss:

  [root@devstack162 devstack]# neutron qos-policy-show p1
  
+-----------------+----------------------------------------------------------------+
  | Field           | Value                                                     
     |
  
+-----------------+----------------------------------------------------------------+
  | created_at      | 2016-11-22T07:11:02Z                                      
     |
  | description     | aaaaa                                                     
     |
  | id              | d296046b-0a87-496f-93dc-14e8bd5ed638                      
     |
  | name            | p1                                                        
     |
  | project_id      | 9a5b27e4da8b4aec99df42b222a8a696                          
     |
  | revision_number | 5                                                         
     |
  | rules           | 7ba69c66-6911-4176-895d-f5668cc5bbbe (type: 
bandwidth_limit)   |
  |                 | d9c021d5-5433-4d7c-8bfa-69cca486aac8 (type: dscp_marking) 
     |
  |                 | 8c8fc4de-25c5-4d16-85e6-543d0affe916 (type: 
minimum_bandwidth) |
  | shared          | False                                                     
     |
  | tenant_id       | 9a5b27e4da8b4aec99df42b222a8a696                          
     |
  | updated_at      | 2016-11-22T11:07:47Z                                      
     |
  
+-----------------+----------------------------------------------------------------+
  and the command result of 'qos-bandwidth-limit-rule-list' is:

  [root@devstack162 devstack]# neutron  qos-bandwidth-limit-rule-list p1
  +--------------------------------------+----------------+----------+
  | id                                   | max_burst_kbps | max_kbps |
  +--------------------------------------+----------------+----------+
  | 7ba69c66-6911-4176-895d-f5668cc5bbbe |             50 |    10000 |

  
  but the command result of 'qos-minimum-bandwidth-rule-list' is:

  [root@devstack162 devstack]#  neutron qos-minimum-bandwidth-rule-list p1 
  'qos_minimum_bandwidth_rules'

  I think the result of 'qos-minimum-bandwidth-rule-lis' is wrong.

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to