← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1534168] [NEW] TenantAbsoluteLimits rest call do not return dict

 

Public bug reported:

In the cinder REST api, all the get() methods do return always a
dictionary or a list of dictionaries.

But there is only one method that it does NOT: TenantAbsoluteLimits. You
can check here
https://github.com/openstack/horizon/blob/master/openstack_dashboard/api/rest/cinder.py#L204

My question is, why?. I did some checks and I think this is a bug.
TenantAbsoluteLimits should return a list of dictionaries.

** Affects: horizon
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1534168

Title:
  TenantAbsoluteLimits rest call do not return dict

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  In the cinder REST api, all the get() methods do return always a
  dictionary or a list of dictionaries.

  But there is only one method that it does NOT: TenantAbsoluteLimits.
  You can check here
  https://github.com/openstack/horizon/blob/master/openstack_dashboard/api/rest/cinder.py#L204

  My question is, why?. I did some checks and I think this is a bug.
  TenantAbsoluteLimits should return a list of dictionaries.

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


Follow ups