Comment 0 for bug 1118066

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

GET /v2/:tenant/os-quota-sets/:this_tenant_does_not_exist
returns 200 with the default quotas.

Moreover
POST /v2/:tenant/os-quota-sets/:this_tenant_does_not_exist
with updated quotas succeeds and that metadata is saved!

I'm not sure if this is a bug or not. I cannot find any documentation on this interface.