manishsat / typica

Automatically exported from code.google.com/p/typica
Apache License 2.0
0 stars 0 forks source link

BlockDeviceMappings not returned in ReservationDescription.Instance #117

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Launch an instance using runInstances with a LaunchConfiguration that 
includes a BlockDeviceMapping.
2. The instance is correctly launched at EC2 with the attached volume.

What is the expected output? What do you see instead?

The ReservationDescription.Instance returned by the runInstances call should 
contain the BlockDeviceMapping with volume states and so on.

However, Instance.getBlockDeviceMappings() just remains null.

What version of the product are you using? On what operating system?
Typica 1.7.2 on Ubuntu Linux, JDK 1.6

Please provide any additional information below.
Problem is easy to reproduce and should be easy to fix ;-)

Original issue reported on code.google.com by frank.bi...@gmail.com on 12 Jan 2011 at 10:35