summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorErik Olof Gunnar Andersson <eandersson@blizzard.com>2019-09-10 19:45:29 -0700
committerErik Olof Gunnar Andersson <eandersson@blizzard.com>2019-09-10 20:53:25 -0700
commit093d8d7170cbf6ef8c7a7c0ff2a4dcd7ecd6361b (patch)
treeaaa453be6cf3df5cf18937694059911329163bf3 /setup.cfg
parent5c9bbbfac8f03be416b268798045b5814c3fbe06 (diff)
downloadpython-designateclient-train-em.tar.gz
Removing v1 api supporttrain-em3.0.0
The v1 has officially been removed from Designate since the Queens release, and was deperecated long before that. Change-Id: Ic5b44761ff939e2b319924af87849b3a79f9cb07
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg52
1 files changed, 0 insertions, 52 deletions
diff --git a/setup.cfg b/setup.cfg
index ce28c7c..e0e837a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -28,61 +28,9 @@ setup-hooks =
[files]
packages =
designateclient
-scripts =
- bin/designate
[entry_points]
-designateclient.v1.controllers =
- reports = designateclient.v1.reports:ReportsController
- diagnostics = designateclient.v1.diagnostics:DiagnosticsController
- 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
-
-designateclient.cli =
- domain-list = designateclient.cli.domains:ListDomainsCommand
- domain-get = designateclient.cli.domains:GetDomainCommand
- domain-create = designateclient.cli.domains:CreateDomainCommand
- domain-update = designateclient.cli.domains:UpdateDomainCommand
- domain-delete = designateclient.cli.domains:DeleteDomainCommand
- domain-servers-list = designateclient.cli.domains:ListDomainServersCommand
-
- record-list = designateclient.cli.records:ListRecordsCommand
- record-get = designateclient.cli.records:GetRecordCommand
- record-create = designateclient.cli.records:CreateRecordCommand
- record-update = designateclient.cli.records:UpdateRecordCommand
- record-delete = designateclient.cli.records:DeleteRecordCommand
-
- server-list = designateclient.cli.servers:ListServersCommand
- server-get = designateclient.cli.servers:GetServerCommand
- server-create = designateclient.cli.servers:CreateServerCommand
- server-update = designateclient.cli.servers:UpdateServerCommand
- server-delete = designateclient.cli.servers:DeleteServerCommand
-
- diagnostics-ping = designateclient.cli.diagnostics:PingCommand
-
- sync-all = designateclient.cli.sync:SyncAllCommand
- sync-domain = designateclient.cli.sync:SyncDomainCommand
- sync-record = designateclient.cli.sync:SyncRecordCommand
-
- touch-domain = designateclient.cli.touch:TouchDomainCommand
-
- report-count-all = designateclient.cli.reports:CountsCommand
- report-count-domains = designateclient.cli.reports:DomainCountCommand
- report-count-records = designateclient.cli.reports:RecordCountCommand
- report-count-tenants = designateclient.cli.reports:TenantCountCommand
- 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
-
designateclient.versions =
- 1 = designateclient.v1:Client
2 = designateclient.v2.client:Client
openstack.cli.extension =