diff options
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 52 |
1 files changed, 0 insertions, 52 deletions
@@ -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 = |
