← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1542507] Re: Pecan: quota list does not include tenant_id

 

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

commit 907efb1fb7bb291f55845e0ed8a8f1da2125b799
Author: Salvatore Orlando <salv.orlando@xxxxxxxxx>
Date:   Fri Feb 5 14:11:34 2016 -0800

    Pecan: add tenant_id to quota resource
    
    This operation will ensure the tenant_id attribute is not stripped
    off when generating the response.
    
    Change-Id: Ie2ed290140db7f0346c331b6fd0ece4f731b22e9
    Closes-Bug: #1542507


** 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/1542507

Title:
  Pecan: quota list does not include tenant_id

Status in neutron:
  Fix Released

Bug description:
  The operation for listing quotas for all tenants omits a little, but
  important detail - the tenant-id from response items.

  This is happening because the quota resource is now treated as any other resource and therefore subject to policy checks, response formatting etc. etc.
  Since the RESOURCE_ATTRIBUTE_MAP for this resource has no tenant_id attribute the attribute is removed as alien (unexpected stuff returned by the plugin).

  We should really add that attribute to the RESOURCE_ATTRIBUTE_MAP

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


References