Merge "Implement "address scope delete" command"

This commit is contained in:
Jenkins 2016-05-11 06:53:56 +00:00 committed by Gerrit Code Review
commit 31d7f6094f
1 changed files with 1 additions and 0 deletions

View File

@ -325,6 +325,7 @@ openstack.image.v2 =
openstack.network.v2 =
address_scope_create = openstackclient.network.v2.address_scope:CreateAddressScope
address_scope_delete = openstackclient.network.v2.address_scope:DeleteAddressScope
ip_floating_create = openstackclient.network.v2.floating_ip:CreateFloatingIP
ip_floating_delete = openstackclient.network.v2.floating_ip:DeleteFloatingIP