Merge "Implement "address scope create" command"

This commit is contained in:
Jenkins 2016-05-11 06:42:25 +00:00 committed by Gerrit Code Review
commit dd49f48c92
1 changed files with 2 additions and 0 deletions

View File

@ -324,6 +324,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