Hide Forgot
Cloned from launchpad blueprint https://blueprints.launchpad.net/nova/+spec/add-delete-host-api. Description: In practical applications, the hosts should be removed or damaged. But there has no api to remove host infos. After the host is removed or damaged, the 'nova service-list' will always get the host info which status is down. So there should be an api for the system administrator to delete the removed or damaged host, and the administrator can use the api to stop nova-compute process before removing the host, too. Specification URL (additional information): None