Set/Unset Maintenance Mode Using the OpenStack CLI
Problem
Environment
Procedure
$ source [your_rc_filename]$ openstack compute service list$ openstack compute service set --disable --disable-reason [optional_reason] [host] nova-compute$ openstack compute service list | grep [host]
Additional Information
Last updated
