Loading cloudcontrol/server/jobs/allocation.py +1 −0 Original line number Diff line number Diff line Loading @@ -71,6 +71,7 @@ class AllocationJob(Job): except Exception as err: results_by_vm[vmspec['title']] = 'Error: %s' % err errors += 1 continue else: self.logger.info('VM %s: spawned on %s' % (vmspec['title'], target_hv_name)) results_by_vm[vmspec['title']] = 'spawned %s on %s' % (vm_uuid, target_hv_name) Loading Loading
cloudcontrol/server/jobs/allocation.py +1 −0 Original line number Diff line number Diff line Loading @@ -71,6 +71,7 @@ class AllocationJob(Job): except Exception as err: results_by_vm[vmspec['title']] = 'Error: %s' % err errors += 1 continue else: self.logger.info('VM %s: spawned on %s' % (vmspec['title'], target_hv_name)) results_by_vm[vmspec['title']] = 'spawned %s on %s' % (vm_uuid, target_hv_name) Loading