← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1361256] [NEW] TypeError when instance fails to build

 

Public bug reported:

In some cases when a instance fails to build and it is set in ERROR
state by the manager, we get the following error: "TypeError: string
indices must be integers, not str". This happens because the method
_set_instance_error_state is wrongly called with instance.uuid instead
of the  instance object in manager.py

Error trace: http://paste.openstack.org/show/99978/

** 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/1361256

Title:
  TypeError when instance fails to build

Status in OpenStack Compute (Nova):
  New

Bug description:
  In some cases when a instance fails to build and it is set in ERROR
  state by the manager, we get the following error: "TypeError: string
  indices must be integers, not str". This happens because the method
  _set_instance_error_state is wrongly called with instance.uuid instead
  of the  instance object in manager.py

  Error trace: http://paste.openstack.org/show/99978/

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


Follow ups

References