zun/zun/common
Hongbin Lu 2faeffb3d4 Change quota_class policy to admin only
This aligns the API behavior to nova, in which the default policy
for getting quota_class is:

  'is_admin:True or quota_class:%(quota_class)s'

Note: the 'quota_class' is unused [1] so this is effectively an
admin-only policy.

[1] https://lists.launchpad.net/openstack/msg12200.html

Change-Id: I5b436086c9594ae217f1a1de021d64e00ac05e38
2018-08-11 20:30:25 +00:00
..
policies Change quota_class policy to admin only 2018-08-11 20:30:25 +00:00
__init__.py update higgins with zun 2016-06-08 22:21:34 -05:00
clients.py Switch keystone session in glanceclient 2018-06-30 22:01:02 +00:00
config.py Reuse the RPC transport to create RPC client 2018-08-05 20:40:03 +00:00
consts.py Add Quota DB etcd 2018-04-30 11:04:25 +07:00
context.py Remove unused auth_url from RequestContext 2018-06-30 20:59:51 +00:00
exception.py Add exec_instances to data model 2018-06-16 01:33:49 +00:00
i18n.py Fix docs & specs erros. 2017-07-15 16:10:06 +07:00
keystone.py Fall back to the legacy auth_uri option 2018-06-30 22:38:28 +00:00
mount.py Delete non-essential code (devpath) 2018-08-09 14:06:13 +08:00
name_generator.py Refactor code 2017-07-12 09:11:34 +07:00
paths.py Make some config options work 2017-07-30 13:22:00 -04:00
policy.py Use policy for control the 'host' field 2018-05-13 15:54:40 +00:00
privileged.py Use privsep to execute privileged command 2018-01-08 09:36:38 +07:00
profiler.py Fix genconfig error 2017-08-30 22:31:46 -04:00
rpc.py Reuse the RPC transport to create RPC client 2018-08-05 20:40:03 +00:00
rpc_service.py Reuse the RPC transport to create RPC client 2018-08-05 20:40:03 +00:00
service.py Enable mutable config in ZUN 2018-03-12 19:00:58 +08:00
short_id.py Py3: Finish the python3 port 2017-08-04 15:03:35 +00:00
singleton.py Enable etcd DB backend testing pipeline 2017-01-11 10:45:07 +08:00
utils.py Optimize error log for bool_from_string 2018-08-09 10:00:47 +08:00
yamlutils.py Replace yaml.dump with yaml.safe_dump 2017-03-18 01:44:02 +00:00