← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1667827] Re: Quota list API doesn't return project_id

 

Reviewed:  https://review.openstack.org/438107
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=cf97509f2b84cf1deaafa3176e58f7db0e515216
Submitter: Jenkins
Branch:    master

commit cf97509f2b84cf1deaafa3176e58f7db0e515216
Author: Hirofumi Ichihara <ichihara.hirofumi@xxxxxxxxxxxxx>
Date:   Fri Feb 24 17:27:03 2017 -0500

    Quota list API returns project_id
    
    Quota list API returns tenant_id with the project's resource quota
    but it doesn't return project_id. When neutron supported keystone v3
    feature, it was missed[1]. This patch also removes an useless check
    from UT.
    
    [1]: https://review.openstack.org/#/c/357977/
    
    APIImpact
    
    Closes-Bug: #1667827
    Change-Id: I78f4aa38a0d775e7600afafdd6941ef485f62ade


** Changed in: neutron
       Status: In Progress => Fix Released

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

Title:
  Quota list API doesn't return project_id

Status in neutron:
  Fix Released

Bug description:
  Quota list API returns tenant_id with the project's resource quota but
  it doesn't return project_id.

  $ curl -g -i -X GET http://127.0.0.1:9696/v2.0/quotas.json -H "User-
  Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-
  Token: $TOKEN"

  HTTP/1.1 200 OK
  Content-Type: application/json
  Content-Length: 223
  X-Openstack-Request-Id: req-888fc950-bcc3-4afd-b41c-d5cec29bbc37
  Date: Fri, 24 Feb 2017 22:07:06 GMT

  {"quotas": [{"subnet": 10, "network": 20, "floatingip": 50,
  "tenant_id": "98349a417b15492ab750c7705bfe2fa1", "subnetpool": -1,
  "security_group_rule": 100, "security_group": 10, "router": 10,
  "rbac_policy": 10, "port": 50}]}

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


References