Greg Padgett has uploaded a new change for review. Change subject: pep8 fixes ......................................................................
pep8 fixes Change-Id: I6ed5c3bb8ae554b0722e819e540fae65b3dc5f03 Signed-off-by: Sandro Bonazzola <[email protected]> (cherry picked from commit 30cbb0f045310f8451128db84951356dd09b812b) --- M ovirt_hosted_engine_ha/agent/hosted_engine.py 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-hosted-engine-ha refs/changes/51/24951/1 diff --git a/ovirt_hosted_engine_ha/agent/hosted_engine.py b/ovirt_hosted_engine_ha/agent/hosted_engine.py index 852b54b..57ae407 100644 --- a/ovirt_hosted_engine_ha/agent/hosted_engine.py +++ b/ovirt_hosted_engine_ha/agent/hosted_engine.py @@ -737,7 +737,7 @@ method='online', src='localhost', dst=hostname, - ) + ) return True except Exception: self._log.error("Migration to host %s (id %d) failed to start", @@ -757,7 +757,7 @@ use_ssl, 'migrateStatus', vm_id, - ) + ) except Exception: # Log the exception; the failure is handled below self._log.error("Failed to migrate", exc_info=True) -- To view, visit http://gerrit.ovirt.org/24951 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I6ed5c3bb8ae554b0722e819e540fae65b3dc5f03 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-hosted-engine-ha Gerrit-Branch: master Gerrit-Owner: Greg Padgett <[email protected]> Gerrit-Reviewer: Sandro Bonazzola <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
