diff options
| author | jichenjc <jichenjc@cn.ibm.com> | 2016-02-19 22:52:38 +0800 |
|---|---|---|
| committer | jichenjc <jichenjc@cn.ibm.com> | 2016-02-26 05:05:46 +0800 |
| commit | ff3a1d3780486d98bd3205c8329576b396e8161f (patch) | |
| tree | 69a9371806db5e347c1112c033dd66dd2707c360 /setup.cfg | |
| parent | 8787ad2b49cdb1043a6c5c5b6bad10e54068aeaf (diff) | |
| download | python-openstackclient-ff3a1d3780486d98bd3205c8329576b396e8161f.tar.gz | |
[compute] Add set host command
set host command is missing, add it as SetHost class.
Change-Id: I7acb94150718b7150598632cbebc3d85018a0d59
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
