>
> String password = instanceApi.enableRoot(getInstance().getId()); //
> enable root on the instance
>
> - System.out.println(" " + password);
> + System.out.format(" Password: %s%n", password);
This is just an illustrative example, showing users how to grant root access
(and get the password for it). It's not being logged not is it intended to be
used as is in any other process.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-examples/pull/21/files#r6927379