diff options
| author | Brad Behle <behle@us.ibm.com> | 2016-02-11 15:20:27 -0600 |
|---|---|---|
| committer | Brad Behle <behle@us.ibm.com> | 2016-03-10 16:20:03 -0600 |
| commit | 71b8919054fc7cc7f95006f6d7e2bcee18c955e5 (patch) | |
| tree | 026aebd93185dbc76226f5317a0b18b04d2cddba /setup.cfg | |
| parent | 4bb48c088d6be71a138990dd2a0fe25ec269ba9e (diff) | |
| download | python-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.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
