diff options
| author | reedip <reedip.banerjee@nectechnologies.in> | 2016-04-15 13:21:08 +0900 |
|---|---|---|
| committer | Reedip <reedip.banerjee@nectechnologies.in> | 2016-06-29 03:22:25 +0000 |
| commit | 45b026d7c8e4675a598192bcf4c88f22005cc1d2 (patch) | |
| tree | 1b81b3a74e9a75bfd9e59e05208ce31d193272e8 /setup.cfg | |
| parent | 21ac9230e80202b9a736960ace369f0a20af837f (diff) | |
| download | python-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.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
