← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1959749] Re: minimum_packet_rate qos rule type is not visible in the GET /v2.0/qos/rule-types response

 

** Changed in: neutron
       Status: Won't Fix => Confirmed

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

Title:
  minimum_packet_rate qos rule type is not visible in the GET
  /v2.0/qos/rule-types response

Status in neutron:
  Confirmed

Bug description:
  The GET /v2.0/qos/rule-types API does not return the
  minimum_packet_rate rule type even though the feature itself is
  configured, qos policy can be created with that rule type and ports
  can be bound with such qos policy.

  It is reproduced on recent neutron and neutron-lib master in a
  devstack.

  stack@master0:~/neutron$ git log --oneline | head -n1
  e7b70521d0 Merge "Use elevated context to update router's external gateway"

  stack@master0:~/neutron-lib$ git log --oneline | head -n1
  c5fd706 Merge "Add "connectivity" property to "MechanismDriver""

  Example outputs from this system:

  stack@master0:~$ openstack network qos rule type list

  +-------------------+
  | Type |
  +-------------------+
  | minimum_bandwidth |
  | bandwidth_limit |
  +-------------------+

  stack@master0:~$ openstack network qos rule list qp3-bw-pps

  +--------------------------------------+--------------------------------------+---------------------+----------+-----------------+----------+-----------+-----------+
  | ID | QoS Policy ID | Type | Max Kbps | Max Burst Kbits | Min Kbps | DSCP mark | Direction |
  +--------------------------------------+--------------------------------------+---------------------+----------+-----------------+----------+-----------+-----------+
  | 27a29b90-ce72-4f9c-8a0f-e36596a62e19 | 53bc1d66-c4ce-4f98-b703-8ae29afab6b1 | minimum_bandwidth | | | 2000 | | egress |
  | 2872f1cd-88df-4f13-a689-d53a2b4bf923 | 53bc1d66-c4ce-4f98-b703-8ae29afab6b1 | minimum_bandwidth | | | 2000 | | ingress |
  | 3aa02806-fe95-4bd9-b840-3d7472466f72 | 53bc1d66-c4ce-4f98-b703-8ae29afab6b1 | minimum_packet_rate | | | | | any |
  +--------------------------------------+--------------------------------------+---------------------+----------+-----------------+----------+-----------+-----------+

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



References