> @@ -67,6 +74,34 @@ public void testListHardwareProfiles() throws Exception {
> }
> }
>
> + public void testCreateNodeWithSsd() throws Exception {
> + String group = this.group + "ssd";
> + try {
> + TemplateOptions options = client.templateOptions();
> +
> +
> options.as(GoogleComputeEngineTemplateOptions.class).bootDiskType("pd-ssd");Good idea. Will do. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-google/pull/154/files#r32476076
