> + this.provisioningManager = provisioningManager;
> + }
> +
> + private void SetDataCenterId(String id) {
> + dataCenterId = id;
> + }
> +
> + @Override
> + public NodeAndInitialCredentials<ServerInDataCenter>
> createNodeWithGroupEncodedIntoName(String group, String name, Template
> template) {
> + final String dataCenterId = template.getLocation().getId();
> + SetDataCenterId(dataCenterId);
> + Hardware hardware = template.getHardware();
> + TemplateOptions options = template.getOptions();
> + final String loginUser = isNullOrEmpty(options.getLoginUser()) ?
> "root" : options.getLoginUser();
> +// final String password = options.hasLoginPassword() ?
> options.getLoginPassword() : Passwords.generate();
> + final String password = "LTbAHNbcMt";
Is... this password suppose to be here?
--
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/292/files/1533bf29a80f2c87834f501abd91ea399debd688#r77744270