yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #06134
[Bug 1098891] Re: DescribeInstances: Wrong EC2 error code
This bug has been fixed in the latest havana release.
---
vagrant@precise64:/vagrant$ cd /opt/stack/nova/
vagrant@precise64:/opt/stack/nova$ git log -1
commit 2efcc9dc242c913629ac8f11d9a5223159895f7b
Merge: f9e59ef fbfc20e
Author: Jenkins <jenkins@xxxxxxxxxxxxxxxxxxxx>
Date: Tue Oct 29 11:39:25 2013 +0000
Merge "Add InstanceList.get_by_security_group()"
vagrant@precise64:/opt/stack/nova$ euca-describe-instances i-0000001
InvalidInstanceID.NotFound: Instance i-00000001 could not be found.
vagrant@precise64:/opt/stack/nova$
** Changed in: nova
Status: Triaged => Fix Released
--
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/1098891
Title:
DescribeInstances: Wrong EC2 error code
Status in OpenStack Compute (Nova):
Fix Released
Bug description:
Steps to reproduce:
The i-00000001 instance does not exists.
$ euca-describe-instances i-00000001
InstanceNotFound: Instance i-00000001 could not be found.
The expected error code is:
'InvalidInstanceID.NotFound '
'InstanceNotFound' is not valid ec2 error code.
It causes me lot of issue, when my program tries to wait for an
instance termination.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1098891/+subscriptions