> CreateServerOptions options = new CreateServerOptions();
> - ServerCreated server = serverApi.create(hostName,
> imageIdForZone(regionId), flavorRefForZone(regionId), options);
> + if (availabilityZoneId != null) {
> + options = options.availabilityZone(availabilityZoneId);
> + }
> I don't understand. This is a unit test. Ummmmm....are you suggesting we unit
> test a unit test?
Erm...doh. Sorry, lost track of the context during the review - this is indeed
in a test. So please ignore the comment ;-)
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/355/files#r12110113