Remove an OpenStack instance directly from the database
Remove an OpenStack instance directly from the database Sometimes you just want to get rid of an OpenStack instance, but the nova CLI doesn't really do the job. I found a very useful script here [http://blog.arxcruz.net/deleting-openstack-instances-directly-from-database] to achieve this task, but I found two issues there.…