> +//                VersionResponse version = 
> pbApi.storageApi().connectStorageToServer(
> +//                        Storage.connectingBuilder()
> +//                        .serverId( createdServerId )
> +//                        .storageId( storageId )
> +//                        .build() );
> +//                version.getDataCenterId();
> +//            }
> +//        }
> +      logger.trace(">> getting server with id=%s", createdServerId);
> +      Server createdServer = pbApi.serversApi().getServer(createdServerId);
> +      logger.trace("<< got server [%s]", createdServer);
> +
> +      return new NodeAndInitialCredentials<>(
> +              createdServer,
> +              createdServerId,
> +              LoginCredentials.builder().build()

These login credentials are the ones that jclouds will use to run scripts on 
the node via SSH. Is there any way they could be populated with the proper SSH 
username and the proper SSH password/private key for the node?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/72/files#r17228879

Reply via email to