Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
014f8603
Commit
014f8603
authored
May 24, 2011
by
Constantinos Venetsanopoulos
Browse files
Merge branch 'master' into images-0.4
parents
6356227f
6ca730ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
logic/backend.py
View file @
014f8603
...
...
@@ -31,7 +31,7 @@ def process_op_status(vm, jobid, opcode, status, logmsg):
vm
.
backendlogmsg
=
logmsg
# Notifications of success change the operating state
if
status
==
'success'
and
VirtualMachine
.
OPER_STATE_FROM_OPCODE
is
not
None
:
if
status
==
'success'
and
VirtualMachine
.
OPER_STATE_FROM_OPCODE
[
opcode
]
is
not
None
:
utils
.
update_state
(
vm
,
VirtualMachine
.
OPER_STATE_FROM_OPCODE
[
opcode
])
# Set the deleted flag explicitly, to cater for admin-initiated removals
if
opcode
==
'OP_INSTANCE_REMOVE'
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment