Revision 788a54be
b/snf-cyclades-app/synnefo/logic/backend.py | ||
---|---|---|
94 | 94 |
# when no instance exists at the Ganeti backend. |
95 | 95 |
# See ticket #799 for all the details. |
96 | 96 |
# |
97 |
if (status == 'error' and opcode == 'OP_INSTANCE_REMOVE' and |
|
98 |
vm.operstate == 'ERROR'): |
|
97 |
if (status == 'error' and opcode == 'OP_INSTANCE_REMOVE'): |
|
99 | 98 |
vm.deleted = True |
100 | 99 |
vm.nics.all().delete() |
101 | 100 |
|
Also available in: Unified diff