← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1118904] [NEW] ova quota-show does not show current tenant's quota (shows defaults instead)

 

You have been subscribed to a public bug:

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    |
...

** Affects: nova
     Importance: Undecided
         Status: New

-- 
ova quota-show does not show current tenant's quota (shows defaults instead)
https://bugs.launchpad.net/bugs/1118904
You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).