Merge "Add a dynamic loading of Actions handlers in the Watcher Applier"

This commit is contained in:
Jenkins
2016-01-15 15:44:56 +00:00
committed by Gerrit Code Review
29 changed files with 305 additions and 450 deletions

View File

@@ -149,8 +149,8 @@ class OutletTempControl(BaseStrategy):
LOG.info(_LE("VM not active, skipped: %s"),
vm.uuid)
continue
return (mig_src_hypervisor, vm)
except wexc.VMNotFound as e:
return mig_src_hypervisor, vm
except wexc.InstanceNotFound as e:
LOG.info("VM not found Error: %s" % e.message)
pass