nova quota-show does not show current tenant's quota (shows defaults instead)

Bug #1118904 reported by Behdad Fariba
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
OpenStack Compute (nova)
Fix Released
Undecided
Unassigned

Bug Description

I am using Folsom.

running this as myself, OS_TENANT_NAME=admin:

cloudtest027 02:28:26 ~ $ nova quota-show
+-----------------------------+-------+
| Property | Value |
+-----------------------------+-------+
...
| instances | 10 |
...

The #instances is set to 40 and expecting to see 40 in above request (it shows
10 which is the default value).

if admin tenant is passed to the request, the returned value is correct:

cloudtest027 02:29:28 ~ $ nova quota-show --tenant
0f815312c8454242a2170da86c9822cb
+-----------------------------+-------+
| Property | Value |
+-----------------------------+-------+
...
| instances | 40 |
...

Behdad Fariba (behdad-7)
affects: ubuntu → openstack-community
Tom Fifield (fifieldt)
affects: openstack-community → nova
summary: - ova quota-show does not show current tenant's quota (shows defaults
+ nova quota-show does not show current tenant's quota (shows defaults
instead)
Revision history for this message
Davanum Srinivas (DIMS) (dims-v) wrote :

Looks like this is already fixed in grizzly - https://review.openstack.org/#/c/15715/

Changed in nova:
status: New → Fix Committed
Revision history for this message
Behdad Fariba (behdad-7) wrote :

Is the fix in grizzly only, or Folsom as well? thank you.

Thierry Carrez (ttx)
Changed in nova:
milestone: none → grizzly-3
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in nova:
milestone: grizzly-3 → 2013.1
Revision history for this message
Behdad Fariba (behdad-7) wrote :

thank you for the fix. Verified.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.