asolfre / typica

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

r323 - Running instances without EBS volumes does not work #91

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a LaunchConfiguration for Jec2 runInstances and set
blockDevicemappings property to null
2. pass the LaunchConfiguration to Jec2 runInstances function.

What is the expected output? What do you see instead?
It should launch an instance without any device mappings, but it fails due
to a NullPointerException in Typica.

What version of the product are you using? On what operating system?
Typica SVN r323 with Eucalyptus 1.6

Please provide any additional information below.
I'va attached a patch for this :)

Original issue reported on code.google.com by frank.bi...@gmail.com on 30 Apr 2010 at 8:14

Attachments:

GoogleCodeExporter commented 9 years ago
This was fixed when I fixed issue #95

Original comment by dkavan...@gmail.com on 8 Jul 2010 at 10:24