** Also affects: nova/newton
   Importance: Undecided
       Status: New

** Changed in: nova/newton
       Status: New => In Progress

** Changed in: nova/newton
   Importance: Undecided => Low

** Changed in: nova/newton
     Assignee: (unassigned) => Lee Yarwood (lyarwood)

-- 
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/1646819

Title:
  add more exceptions into spawn fail list

Status in OpenStack Compute (nova):
  In Progress
Status in OpenStack Compute (nova) newton series:
  In Progress

Bug description:
  we need consider to stop spawn when some exceptions occur, already had
  some thing like following (part)

  1985         except (exception.FlavorDiskTooSmall,
  1986                 exception.FlavorMemoryTooSmall,
  1987                 exception.ImageNotActive,
  1988                 exception.ImageUnacceptable,
  1989                 exception.InvalidDiskInfo,
  1990                 exception.InvalidDiskFormat,
  1991                 exception.SignatureVerificationError) as e:

  
  we can add more so not only we can avoid useless retry, but also we can add 
more helpful info into InstanceFault instead of 'NoValidHost' info into 
InstanceFault

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to