← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1618513] Re: nova quota policy with details seems broken

 

I feel like this is bordering on a feature request and should be
associated with a blueprint rather than a bug. The documentation
specifically states that the expectation is an admin user:
http://docs.openstack.org/admin-guide/cli-set-compute-quotas.html

Neutron client supports a "quota-show" command which can be run by a
non-admin user with no tenant id. So this is a reasonable request, I am
just not sure that it should be a bug.

https://wiki.openstack.org/wiki/Blueprints


** Changed in: nova
       Status: New => Invalid

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

Title:
  nova quota policy with details seems broken

Status in OpenStack Compute (nova):
  Invalid

Bug description:
  The default policy for this call:

  novaclient(request).quotas.get(tenant_id, detail=True)

  fails unless I am an admin type user.   This doesn't seem to make
  sense, as an _member_ type user, I can still find all the details just
  the same.   This just makes user do many more calls and calculations
  to work around this.

  The default policy file should be that if you are the member of the
  project, you can see the details if you want.

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


References