Manually reset the state of an instance

If an instance gets stuck in an intermediate state (e.g., “deleting”), you can manually reset the state of an instance using the nova reset-state command. This will reset it to an error state, which you can then delete. For example: $ nova reset-state c6bbbf26-b40a-47e7-8d5c-eb17bf65c485 $ nova delete c6bbbf26-b40a-47e7-8d5c-eb17bf65c485 You can also use the –active to force the instance back…

Openstack Compute logs location

The log files are located here : /var/logs/nova Logfiles are : nova-api.log nova-cert.log nova-compute.log nova-dhcpbridge.log nova-manage.log nova-network.log nova-objectstore.log nova-scheduler.log nova-volume.log nova-xvpvncproxy.log