summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorHuanxuan Ao <huanxuan.ao@easystack.cn>2016-05-07 16:00:19 +0800
committerHuanxuan Ao <huanxuan.ao@easystack.cn>2016-05-11 10:08:35 +0800
commit98bee08e0ff9bd0eae185265d20ee3b40a12efd4 (patch)
tree0922977c3eb295061552822629e6665f09b1bf61 /setup.cfg
parent4639148b1dc059efab0d00a886e3f05f547a439f (diff)
downloadpython-openstackclient-98bee08e0ff9bd0eae185265d20ee3b40a12efd4.tar.gz
Implement "address scope create" command
This patch supports creating a new address scope, with --ip-version,--project,--project-domain and --share or --no-share options. Change-Id: I37c73391a41ac239dd72d55dbc0adbebd7701f4a Partial-Bug: #1566269
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 68421412..de8f7165 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -319,6 +319,8 @@ openstack.image.v2 =
image_set = openstackclient.image.v2.image:SetImage
openstack.network.v2 =
+ address_scope_create = openstackclient.network.v2.address_scope:CreateAddressScope
+
ip_floating_create = openstackclient.network.v2.floating_ip:CreateFloatingIP
ip_floating_delete = openstackclient.network.v2.floating_ip:DeleteFloatingIP
ip_floating_list = openstackclient.network.v2.floating_ip:ListFloatingIP