> @@ -131,5 +132,27 @@ VirtualMachine create(@PathParam("vmname") String vmname,
> @Path("/{name}/powerOff")
> void stop(@PathParam("name") String name);
>
> + /**
> + * Generalize the virtual machine
> + */
> + @Named("generalize")
> + @POST
> + @Path("/{name}/generalize")
> + @ResponseParser(StatusCodeParser.class)
I think this is here because we need to generalize the VM before we can capture
its image. @jtjk: what do you think about the recommended change?
---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/291/files/8a39037237f5cccc7d100bc58a9a82bdb89924b1#r67892295