Add support for quotas for v1 cli / bindings

Change-Id: Id89fff58e1975fa84ae12a44ac2fd43cd2255b52
This commit is contained in:
Endre Karlson
2014-08-01 10:44:53 +02:00
parent e9adf2a88f
commit 322c455cdc
3 changed files with 123 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ designateclient.v1.controllers =
domains = designateclient.v1.domains:DomainsController
records = designateclient.v1.records:RecordsController
servers = designateclient.v1.servers:ServersController
quotas = designateclient.v1.quotas:QuotasController
sync = designateclient.v1.sync:SyncController
touch = designateclient.v1.touch:TouchController
@@ -73,6 +74,10 @@ designateclient.cli =
report-tenants-all = designateclient.cli.reports:TenantsCommand
report-tenant-domains = designateclient.cli.reports:TenantCommand
quota-get = designateclient.cli.quotas:GetQuotaCommand
quota-update = designateclient.cli.quotas:UpdateQuotaCommand
quota-reset = designateclient.cli.quotas:ResetQuotaCommand
[build_sphinx]
all_files = 1
build-dir = doc/build