What is the procedure for decommissioning a nova compute server?
I would like to pull a nova compute server out of service. What's the correct way of doing this?
First time here? Check out the FAQ!
I would like to pull a nova compute server out of service. What's the correct way of doing this?
List service with
nova-manage service list
and disable a nova-compute service using
nova-manage service disable nova-compute HOSTNAME
replace HOSTNAME with your service hostname.
Any way to completely remove it, besides hacking at the db?
Asked: 2013-10-02 13:52:44 -0600
Seen: 273 times
Last updated: Oct 03 '13