Hi ,

Yes . Is there something that I am missing here ?

Log :

2016-06-23 06:05:12,297 WARN  o.a.b.l.j.JcloudsLocation
[brooklyn-execmanager-XlwkWB3k-312]: Ignoring request to set template
option loginUser because this is not supported by
org.jclouds.openstack.nova.v2_0.compute.options.NovaTemplateOptions
2016-06-23 06:05:12,298 WARN  o.a.b.l.j.JcloudsLocation
[brooklyn-execmanager-XlwkWB3k-312]: Ignoring request to set template
option loginUser.privateKeyData because this is not supported by
org.jclouds.openstack.nova.v2_0.compute.options.NovaTemplateOptions
2016-06-23 06:05:12,299 INFO  o.a.b.l.j.JcloudsLocation
[brooklyn-execmanager-XlwkWB3k-312]: Default SSH keys not found or not
usable; will create new keys for each machine. Create ~/.ssh/id_rsa or set
privateKeyFile / privateKeyPassphrase / password as appropriate for this
location if you wish to be able to log in without Brooklyn.

And it is still trying to login as root even after providing loginUser:
ubuntu

Thanks,

On Wed, Jun 22, 2016 at 6:34 PM, Andrea Turli <
[email protected]> wrote:

> Are you testing something like the following?
>
> location:
>   jclouds:openstack-devtest-compute:
>     endpoint: https://x.x.x.x:5000/v2.0/
>     identity: "my-tenant:my-username"
>     credential: password
>     # optional as it should try `ubuntu` anyway - loginUser: ubuntu
>     loginUser.privateKeyData: /path/to/private/key/for/loginUser
>     # optional
>     imageId: RegionOne/image-id
>     hardwareId: RegionOne/2
>     templateOptions:
>       networks: [ "network-id" ]
>       floatingIpPoolNames: [ "name-of-my-floatingIp-pool" ]
>       securityGroups: [ "security-group-name" ]
>
> services:
> - type: brooklyn.entity.basic.EmptySoftwareProcess
>

Reply via email to