diff options
| author | Brian Lamar <brian.lamar@rackspace.com> | 2011-08-24 10:59:12 -0400 |
|---|---|---|
| committer | Brian Lamar <brian.lamar@rackspace.com> | 2011-08-24 10:59:12 -0400 |
| commit | 8b3ac90bd53ec81e6669c6169969e1e8da3e2d4f (patch) | |
| tree | 6c9873ab7c8fd8aa7c256e668f860e8090db4912 /nova/compute | |
| parent | 657e58113d481d5c03cb3395cd714846434675f0 (diff) | |
Commit with test data in migration.
Diffstat (limited to 'nova/compute')
| -rw-r--r-- | nova/compute/api.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/compute/api.py b/nova/compute/api.py index a373bed90..eeb8f47d9 100644 --- a/nova/compute/api.py +++ b/nova/compute/api.py @@ -761,7 +761,6 @@ class API(base.Base): self.update(context, instance_id, - vm_state=vm_states.ACTIVE, task_state=task_states.DELETING) host = instance['host'] |
