我要评分
获取效率
正确性
完整性
易理解

Deleting a Bare Metal Instance

The operations for managing bare metal instances are the same as those for managing VMs. For details about how to perform operations on the UI, see the VM instance deleting process. Perform the following operations on the controller node.

  1. Delete an instance.
    1
    nova delete ${instance_name} or openstack server delete ${instance_name}
    

  2. Check the bare metal instance management node state.
    1
    watch -d -n 1 "openstack baremetal node list"
    

    The value of Provisioning State for the bare metal instance management node corresponding to the instance changes as follows: active -> deleting -> cleaning -> clean wait-> available.