> @@ -89,6 +90,7 @@ public void copyTo(TemplateOptions to) {
> protected String diskConfig;
> protected boolean configDrive;
> protected Set<Network> novaNetworks;
> + private String availabilityZone;This should be `protected` like the other fields. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/519/files#r17554624
