Merge "[compute] Add set host command"

This commit is contained in:
Jenkins 2016-03-17 03:06:12 +00:00 committed by Gerrit Code Review
commit 37ece4ce38
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ openstack.compute.v2 =
flavor_unset = openstackclient.compute.v2.flavor:UnsetFlavor
host_list = openstackclient.compute.v2.host:ListHost
host_set = openstackclient.compute.v2.host:SetHost
host_show = openstackclient.compute.v2.host:ShowHost
hypervisor_list = openstackclient.compute.v2.hypervisor:ListHypervisor