Is there an openstack command which will allow me to protect a vm [closed]
Release Grizzly Currently if I want to protect a specific VM I have to go into the mysql database and perform an update. Naturally, I would prefer to avoid doing this.
Is there any openstack service command which can be used to protect a vm. Essentially, I am looking for a way of preventing the VM being deleted, even if someone tries to terminate the VM.
I have looked through nova --help and their is nothing which appears obvious.
I think glance image-update can be used to protect/unprotect the snapshot rather than the vm
can you specify what you mean by 'protect'? It's not clear to me. Edit your question, please.