summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorBrad Behle <behle@us.ibm.com>2016-02-11 15:20:27 -0600
committerBrad Behle <behle@us.ibm.com>2016-03-10 16:20:03 -0600
commit71b8919054fc7cc7f95006f6d7e2bcee18c955e5 (patch)
tree026aebd93185dbc76226f5317a0b18b04d2cddba /setup.cfg
parent4bb48c088d6be71a138990dd2a0fe25ec269ba9e (diff)
downloadpython-openstackclient-71b8919054fc7cc7f95006f6d7e2bcee18c955e5.tar.gz
Add "os subnet create" command using SDK
Implement the openstack client subnet create command using SDK calls. Co-Authored-By: Terry Howe <terrylhowe@gmail.com> Partially implements: blueprint neutron-client Closes-Bug: #1542364 Change-Id: Ia6120b8dccf2ee83dc89b3f496f7180d4dc5199a
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 5a1e32c8..1d2580a7 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -351,6 +351,7 @@ openstack.network.v2 =
security_group_rule_delete = openstackclient.network.v2.security_group_rule:DeleteSecurityGroupRule
security_group_rule_show = openstackclient.network.v2.security_group_rule:ShowSecurityGroupRule
+ subnet_create = openstackclient.network.v2.subnet:CreateSubnet
subnet_delete = openstackclient.network.v2.subnet:DeleteSubnet
subnet_list = openstackclient.network.v2.subnet:ListSubnet
subnet_show = openstackclient.network.v2.subnet:ShowSubnet