> +... > +Changing password for root. > +(current) UNIX password: > +Enter new UNIX password: > +Retype new UNIX password: > +~ root@ubuntu:~# exit > + > +``` > + > +- Go back to the DCD, and *make a snapshot* of the storage. Put a > descriptive name. > +- Configure jclouds to use this *snapshot*. > + > +```java > +Template template = compute.templateBuilder() > + .imageNameMatches( "<ideally-unique-snapshot-name>" ) > + .options( new TemplateOptions()
No, just to substitute the "new". Don't encourage users to build a new template options object; it should be better retrieved from the ComputeService, as it will provide the provider-specific implementation allowing users to use the `.as(ProfitBricksTempalteOptions.class)` when needed. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/145/files#r33445746
