> instanceTemplate.serviceAccounts(options.getServiceAccounts()); > instanceTemplate.image(checkNotNull(template.getImage().getUri(), > "image URI is null")); > > Operation operation = api.getInstanceApiForProject(userProject.get()) > - .createInZone(name, instanceTemplate, > template.getLocation().getId()); > + .createInZone(template.getLocation().getId(), name, > instanceTemplate);
Yeah, that was probably a cockup - I wanted to always have zone first in a *InZone method's arguments, but backwards compatibility is probably more important. Switching. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/16/files#r5377212
