registry team mailing list archive
-
registry team
-
Mailing list archive
-
Message #11285
[Bug 617913] [NEW] RunInstances response doesn't meet EC2 specification
Public bug reported:
The RunInstances response doesn't meet the EC2 specification. The response should include
<RunInstancesResponse><instancesSet><item>, but Nova responds with these values in <RunInstancesResponse><reservationSet><item><instancesSet><item>. The latter would be correct inside DescribeInstancesResponse, but not RunInstancesResponse.
http://docs.amazonwebservices.com/AWSEC2/latest/APIReference/ApiReference-query-RunInstances.html
http://docs.amazonwebservices.com/AWSEC2/latest/APIReference/ApiReference-query-DescribeInstances.html
The parsing used by euca-run-instances comes from
boto.ec2.instance.Reservation, and is permissive enough that it copes
with both the correct and incorrect forms.
** Affects: nova
Importance: Undecided
Assignee: Ewan Mellor (ewanmellor)
Status: In Progress
** Changed in: nova
Status: New => In Progress
** Changed in: nova
Assignee: (unassigned) => Ewan Mellor (ewanmellor)
--
RunInstances response doesn't meet EC2 specification
https://bugs.launchpad.net/bugs/617913
You received this bug notification because you are a member of Registry
Administrators, which is subscribed to OpenStack.
Follow ups
References