summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorIgor Malinovskiy <u.glide@gmail.com>2020-04-26 20:25:50 +0300
committerMichael Johnson <johnsomor@gmail.com>2023-02-13 20:51:32 +0000
commitbc39d23ff5ff45e7669cb4be9d2c28b9242cf9d9 (patch)
tree936488d5239b9ef1a7890c06006c38ec42bd3bc9 /setup.cfg
parent483e0d16c6b357a610634ad5f7db9ab61b41d353 (diff)
downloadpython-designateclient-bc39d23ff5ff45e7669cb4be9d2c28b9242cf9d9.tar.gz
Add shared zone commands5.2.0
Co-Authored-By: Michael Johnson <johnsomor@gmail.com> Change-Id: Iea92371176d9126205384624a18a9097acb3daef Partial-Bug: #1714088 Depends-On: https://review.opendev.org/#/c/726334/
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index f6e2414..8642922 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -74,6 +74,11 @@ openstack.dns.v2 =
zone_transfer_accept_list = designateclient.v2.cli.zones:ListTransferAcceptsCommand
zone_transfer_accept_show = designateclient.v2.cli.zones:ShowTransferAcceptCommand
+ zone_share_create = designateclient.v2.cli.zones:ShareZoneCommand
+ zone_share_list = designateclient.v2.cli.zones:ListSharedZonesCommand
+ zone_share_show = designateclient.v2.cli.zones:ShowSharedZoneCommand
+ zone_share_delete = designateclient.v2.cli.zones:DeleteSharedZoneCommand
+
recordset_create = designateclient.v2.cli.recordsets:CreateRecordSetCommand
recordset_list = designateclient.v2.cli.recordsets:ListRecordSetsCommand
recordset_show = designateclient.v2.cli.recordsets:ShowRecordSetCommand