nova/nova/tests/virt/vmwareapi
Gary Kotton b3cc3f62a6 VMware: ensure rescue instance is deleted when instance is deleted
If the user creates a rescue instance and then proceeded to delete
the original instance then the rescue instance would still be up
and running on the backend.

This patch ensures that the rescue instance is cleaned up if
necessary.

The vmops unrescue method has a new parameter indicating if
the original VM should be powered on.

Closes-bug: 1269418
(cherry picked from commit efb66531bc)

Conflicts:

	nova/tests/virt/vmwareapi/test_vmwareapi.py
	nova/virt/vmwareapi/vmops.py

Change-Id: I3c1d0b1d003392b306094b80ea1ac99377441fbf
2014-04-23 01:03:12 -07:00
..
__init__.py vmwareapi: Move tests under tests/virt/vmwareapi/ 2013-05-23 17:21:23 +00:00
db_fakes.py VMware: fix bug with booting from volumes 2013-10-27 01:30:01 -07:00
stubs.py plug_vif raise NotImplementedError instead of pass 2014-03-27 14:19:32 -06:00
test_configdrive.py VMware: fix bug when more than one datacenter exists 2013-12-17 01:40:26 -08:00
test_error_util.py VMware: Fix unhandled session failure issues 2013-12-07 00:57:46 -08:00
test_read_write_util.py [VMware] Fix problem transferring files with ipv6 host 2013-09-17 13:28:56 +00:00
test_vmwareapi.py VMware: ensure rescue instance is deleted when instance is deleted 2014-04-23 01:03:12 -07:00
test_vmwareapi_vif.py VMware: Network fallback in case specified one not found 2013-10-08 06:44:34 -07:00
test_vmwareapi_vim_util.py VMware: Fix unhandled session failure issues 2013-12-07 00:57:46 -08:00
test_vmwareapi_vm_util.py VMware: bug fix for VM rescue when config drive is configured 2014-04-06 03:08:16 -07:00
test_vmwareapi_vm_util_datastore_selection.py Fixes datastore selection bug 2013-10-20 03:44:40 -07:00
test_vmwareapi_vmops.py Convert TestCases to NoDBTestCase 2013-09-19 19:53:04 +10:00
test_vmwareapi_volumeops.py VMWare: bug fix for Vim exception handling 2014-03-13 08:51:37 -07:00