[compute] Add set host command

set host command is missing, add it as SetHost class.

Change-Id: I7acb94150718b7150598632cbebc3d85018a0d59
This commit is contained in:
jichenjc 2016-02-19 22:52:38 +08:00
parent 58f8d366a7
commit cdf11a5fc4
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