Also adds support for the new options to CloudStackComputeServiceAdapter, unsurprisingly. Also got rid of the in fact wrong mutual exclusivity of dataDiskSize and diskOfferingId in DeployVirtualMachineOptions - that's a misleading bit from the CloudStack API docs. You can merge this Pull Request by running:
git pull https://github.com/abayer/jclouds-1 jclouds-235 Or you can view, comment on it, or merge it online at: https://github.com/jclouds/jclouds/pull/102 -- Commit Summary -- * JCLOUDS-235. Add support for datadisks to CloudStackTemplateOptions -- File Changes -- M apis/cloudstack/src/main/java/org/jclouds/cloudstack/compute/options/CloudStackTemplateOptions.java (44) M apis/cloudstack/src/main/java/org/jclouds/cloudstack/compute/strategy/CloudStackComputeServiceAdapter.java (7) M apis/cloudstack/src/main/java/org/jclouds/cloudstack/options/DeployVirtualMachineOptions.java (4) M apis/cloudstack/src/test/java/org/jclouds/cloudstack/compute/CloudStackComputeServiceAdapterExpectTest.java (54) M apis/cloudstack/src/test/java/org/jclouds/cloudstack/compute/options/CloudStackTemplateOptionsTest.java (20) -- Patch Links -- https://github.com/jclouds/jclouds/pull/102.patch https://github.com/jclouds/jclouds/pull/102.diff
