Merge "Subnet Pool: Add "subnet pool show" command"

This commit is contained in:
Jenkins 2016-02-19 18:17:00 +00:00 committed by Gerrit Code Review
commit fae6c4c7bd
1 changed files with 1 additions and 0 deletions

View File

@ -343,6 +343,7 @@ openstack.network.v2 =
subnet_list = openstackclient.network.v2.subnet:ListSubnet
subnet_pool_delete = openstackclient.network.v2.subnet_pool:DeleteSubnetPool
subnet_pool_list = openstackclient.network.v2.subnet_pool:ListSubnetPool
subnet_pool_show = openstackclient.network.v2.subnet_pool:ShowSubnetPool
openstack.object_store.v1 =
object_store_account_set = openstackclient.object.v1.account:SetAccount