Hi Gowri,
> 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
I guess this means that you are passing `loginUser` and
`loginUser.privateKeyData` as templateOptions. Try again exactly with
this one, and let us know:
services:
- type: brooklyn.entity.basic.EmptySoftwareProcess
location:
jclouds:openstack-devtest-compute:
endpoint: https://x.x.x.x:5000/v2.0/
identity: "my-tenant:my-username"
credential: password
loginUser: ubuntu
loginUser.privateKeyFile: /path/to/private/key/for/loginUser
imageId: RegionOne/image-id
hardwareId: RegionOne/2
templateOptions:
networks: [ "network-id" ]
floatingIpPoolNames: [ "name-of-my-floatingIp-pool" ]
Best,
Andrea