Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'upstream/devel' into devel
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Jun 19, 2018
2 parents 5093c12 + b7bb1d8 commit 8b698f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contextualization/ctxt_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ def contextualize_vm(general_conf_data, vm_conf_data):

if not ctxt_vm:
CtxtAgent.logger.error("No VM to Contextualize!")
res_data['OK'] = False
res_data['OK'] = True
return res_data

for task in vm_conf_data['tasks']:
Expand Down
2 changes: 1 addition & 1 deletion contextualization/ctxt_agent_dist.py
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ def contextualize_vm(general_conf_data, vm_conf_data, ctxt_vm, local):

if not ctxt_vm:
CtxtAgent.logger.error("No VM to Contextualize!")
res_data['OK'] = False
res_data['OK'] = True
return res_data

for task in vm_conf_data['tasks']:
Expand Down

0 comments on commit 8b698f5

Please sign in to comment.