> @@ -113,6 +161,7 @@ public String toString() {
> private Set<Network> novaNetworks = ImmutableSet.of();
> private String availabilityZone;
> private boolean configDrive;
> + private List<BlockDeviceMapping> blockDeviceMapping =
> Lists.newArrayList();Is there a reason not to use `Set<BlockDeviceMapping>` here? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/326/files#r16251823
