>        CreateServerOptions options = new CreateServerOptions();
> -      ServerCreated server = serverApi.create(hostName, 
> imageIdForZone(regionId), flavorRefForZone(regionId), options);
> +      if (availabilityZoneId != null) {
> +          options = options.availabilityZone(availabilityZoneId);
> +      }

Do we have (or need?) a unit test for this?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/355/files#r12105466

Reply via email to