> @@ -52,13 +53,22 @@ public BaseNovaApiLiveTest() {
> provider = "openstack-nova";
> }
>
> - protected Set<String> zones;
> + protected Set<String> zones = Sets.newHashSet();Any reason for this? Why not simply `zones = ImmutableSet.of(System.getProperty(key));` below? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/355/files#r12029634
