> @@ -199,6 +232,30 @@ public String apply(Integer input) {
> return new NodeAndInitialCredentials<InstanceInZone>(instanceInZone,
> instanceInZone.slashEncode(), credentials);
> }
>
> + private Disk createBootDisk(Template template, String instanceName) {
> + URI imageUri = template.getImage().getUri();
Ah, sorry...this looks like it's only used in one place below, so remove the
variable declaration and just call
```
.createFromImageWithSizeInZone(template.getImage().getUri().toString(),
```
?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/17/files#r8320827