summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorreedip <reedip.banerjee@nectechnologies.in>2016-04-15 13:21:08 +0900
committerReedip <reedip.banerjee@nectechnologies.in>2016-06-29 03:22:25 +0000
commit45b026d7c8e4675a598192bcf4c88f22005cc1d2 (patch)
tree1b81b3a74e9a75bfd9e59e05208ce31d193272e8 /setup.cfg
parent21ac9230e80202b9a736960ace369f0a20af837f (diff)
downloadpython-openstackclient-45b026d7c8e4675a598192bcf4c88f22005cc1d2.tar.gz
Add command to unset information from Subnets
This patch introduces the ``subnet unset`` command to clear the host-routes, allocation-pools and dns-nameservers from subnets. Implements: blueprint network-property-unset Change-Id: I31324a2423f6d2315eed27445dfdcfe863e0b550
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 44dd616a..b2c20540 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -382,6 +382,7 @@ openstack.network.v2 =
subnet_list = openstackclient.network.v2.subnet:ListSubnet
subnet_set = openstackclient.network.v2.subnet:SetSubnet
subnet_show = openstackclient.network.v2.subnet:ShowSubnet
+ subnet_unset = openstackclient.network.v2.subnet:UnsetSubnet
subnet_pool_create = openstackclient.network.v2.subnet_pool:CreateSubnetPool
subnet_pool_delete = openstackclient.network.v2.subnet_pool:DeleteSubnetPool