OSC don't support compute service force down
Bug #1589348 reported by Rui Chen
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| python-openstackclient |
Fix Released |
Undecided |
Rui Chen | ||
Bug Description
Aims to evacuate servers from compute host as soon as possible, operators might set the compute host force down manually. Novaclient support the behavior, we should support it in OSC, like this:
openstackclient:
openstack compute service set [--up|--down] <host> <service>
novaclient:
nova service-force-down [--unset] <hostname> <binary>