summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorGraham Hayes <graham.hayes@hpe.com>2016-06-28 19:15:57 +0100
committerGraham Hayes <graham.hayes@hpe.com>2016-06-29 19:25:25 +0100
commit9ac1cd15bdeddc28a70a384db100d77e3fe189a0 (patch)
tree4ef1f6e73f73ece4964e87ad70ac74092f653e72 /setup.cfg
parent3d24d8d3a50db14b7c0d3259f3a1254bfaf49f6a (diff)
downloadpython-designateclient-9ac1cd15bdeddc28a70a384db100d77e3fe189a0.tar.gz
Add quota set / list / reset commands
Added: openstack dns quota - list - set - reset All sub commands can be scoped to a project using --project-id If the --project-id does not match the current project id it will set X-Auth-All-Projects:True This cannot be a standard quota command as osc does not allow us to access that command Change-Id: I8e22535be042608022ef1d1cb3866e7aa5324e84 Depends-On: I7a0b828824ad6f274d922748f5f9a68157cd939a Related-Bug: #1587927
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index a81689a..64f097b 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -143,6 +143,10 @@ openstack.dns.v2 =
dns_service_list = designateclient.v2.cli.service_statuses:ListServiceStatusesCommand
dns_service_show = designateclient.v2.cli.service_statuses:ShowServiceStatusCommand
+ dns_quota_list = designateclient.v2.cli.quotas:ListQuotasCommand
+ dns_quota_set = designateclient.v2.cli.quotas:SetQuotasCommand
+ dns_quota_reset = designateclient.v2.cli.quotas:ResetQuotasCommand
+
[build_sphinx]
all_files = 1
build-dir = doc/build