Comment 4 for bug 1118066

Revision history for this message
Scott Devoid (scott-devoid) wrote : Re: Request of quota sets for nonexistent tenant returns 200 with defaults

Switched this to affecting nova itself. I can confirm that it is possible to insert quotas into the database for non-existent projects.

Steps to replicate:

$ keystone tenant-list | grep foobar # this is empty, indicating no 'foobar' tenant
$ nova quota-update foobar --cores 200
$ nova quota-show --tenant foobar
# Prints out the quotas

When I reported the issue it was affecting our Essex distribution. At that point the novaclient had programmatic support for quotas but no command line. Now, on Havana the command line has the same behavior as the API.