Вот такой был блупринт :
When "nova host-update XXX --maintenance enable" is executed, host maintenance
mode process should work as below:
1. Disable the compute service on the compute node.
2. Migrate all instances on the compute node.
It is more like two novaclient commands: "nova service-disable" and
"nova host-evacuate-live".