> + .serverId(serverId)
> + .build());
> +
> + waitDcUntilAvailable.apply(dataCenterId);
> + logger.trace("<< storage connected.");
> + }
> +
> + Server server = getNode(serverId);
> +
> + // TODO Consult jclouds committers. Server credentials in profitbricks
> are sent
> + // via email used in credentials.identity. We can set a password
> during
> + // storage provisioning, maybe generate random characters?
> + LoginCredentials serverCredentials = LoginCredentials.builder()
> + .user("root")
> + .password("<password_here>")
> + .build();
(on comment //) Recommendation?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/145/files#r25661894