EC2 instance name not set

2015-07-16 Thread Yanick Duchesne
Hi, I'm creating an EC2 instance with JClouds (1.9.0) in the following way (providing the relevant snippet): TemplateBuilder templateBuilder = compute.templateBuilder() .hardwareId(InstanceType.T2Small.toString()) .locationId(conf.region) .imageId(conf.imageId)

RE: Jcloud Nova unable to find Floating ip pool extension even when it exists in openstack

2015-07-16 Thread Higginbottom Mark
Thanks Ignasi. I will download the latest version and have another iteration of our testing. Mark From: Ignasi Barrera [mailto:n...@apache.org] Sent: 15 July 2015 20:25 To: user@jclouds.apache.org Subject: Re: Jcloud Nova unable to find Floating ip pool extension even when it exists in