yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #28785
[Bug 1425485] [NEW] Method sqlalchemy.api._check_instance_exists has incorrect behavior
Public bug reported:
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.
** Affects: nova
Importance: Undecided
Assignee: Sergey Nikitin (snikitin)
Status: New
** Changed in: nova
Assignee: (unassigned) => Sergey Nikitin (snikitin)
--
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):
New
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
Follow ups
References