← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1367342] [NEW] call to _set_instance_error_state is incorrect in do_build_and_run_instance

 

Public bug reported:

nova/compute/manager.py  in do_build_and_run_instance
Under  except exception.RescheduledException as e:
...
self._set_instance_error_state(context, instance.uuid)

This should be passing instance only not instance.uuid

** Affects: nova
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1367342

Title:
  call to _set_instance_error_state is incorrect in
  do_build_and_run_instance

Status in OpenStack Compute (Nova):
  New

Bug description:
  nova/compute/manager.py  in do_build_and_run_instance
  Under  except exception.RescheduledException as e:
  ...
  self._set_instance_error_state(context, instance.uuid)

  This should be passing instance only not instance.uuid

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1367342/+subscriptions


Follow ups

References