Checks guest status during migration.

During a migration, waits for the guest and service to start up
following the status change to VERIFY_RESIZE. Confirms if everything
is all right, or reverts if not.

Implements blueprint migration-check-guest-status

Change-Id: Ia7c7ed1fd0070429fed93323ca559d1c0742bd8f
This commit is contained in:
Ed Cranford
2013-01-02 16:51:40 -06:00
parent bdb54cc494
commit ce6b98e2d1
18 changed files with 543 additions and 194 deletions

View File

@@ -12,6 +12,7 @@ wsgi_intercept
proboscis
python-reddwarfclient
mock
mox
testtools>=0.9.22
pexpect
discover