diff options
author | Unmesh Gurjar <unmesh.gurjar@nttdata.com> | 2012-11-02 07:08:46 -0700 |
---|---|---|
committer | Unmesh Gurjar <unmesh.gurjar@nttdata.com> | 2012-11-06 01:59:44 -0800 |
commit | d00f09f2ebfa17b1b66ac080f4719f925e0777de (patch) | |
tree | 493d19b08f31995ea71d3206d63ca1dfa1621522 /nova/notifications.py | |
parent | d8d00ef30800cd9ab635d42ec54b6737fc0532b1 (diff) | |
download | nova-d00f09f2ebfa17b1b66ac080f4719f925e0777de.tar.gz nova-d00f09f2ebfa17b1b66ac080f4719f925e0777de.tar.xz nova-d00f09f2ebfa17b1b66ac080f4719f925e0777de.zip |
Fixed instance deletion issue from Nova API.
When host Compute is down, Nova API deletes the resources associated with the
instance. However, since the instance is marked deleted first, the next query
to update the instance vm_state and task_state in DB fails. And instance
remains in state vm_state=ACTIVE, task_state=DELETING, deleted=True.
Fixes LP: #1074305
Change-Id: I0a4e64d180b4b2c5e398a21a62b29b7d59549a9f
Diffstat (limited to 'nova/notifications.py')
0 files changed, 0 insertions, 0 deletions