← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1425485] Re: Method sqlalchemy.api._check_instance_exists has incorrect behavior

 

** Changed in: nova
       Status: Fix Committed => Fix Released

** Changed in: nova
    Milestone: None => kilo-3

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

Title:
  Method sqlalchemy.api._check_instance_exists has incorrect behavior

Status in OpenStack Compute (Nova):
  Fix Released

Bug description:
  This method must raise InstanceNotFound exception if there is no
  instance with specified UUID. But now it raises exception only if we
  have no instances at all. It happens because filter with UUID in
  sqlalchemy query was missed.

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


References