Hi , Follwoing is the info log :
Ignoring request to set template option loginUser because this is not supported by org.jclouds.openstack.nova.v2_0.compute.options.NovaTemplateOptions 2016-06-22 11:14:16,445 WARN o.a.b.l.j.JcloudsLocation [brooklyn-execmanager-XlwkWB3k-262]: Ignoring request to set template option loginUser.privateKeyData because this is not supported by org.jclouds.openstack.nova.v2_0.compute.options.NovaTemplateOptions I tried syntax loginUser: ubuntu and loginUser: 'ubuntu' . Is there anything that I am missing out ? I am currently trying on Brooklyn 0.9 , Openstack liberty ,nova version 2.30.1. Thanks, Gowri On Wed, Jun 22, 2016 at 4:24 PM, Andrea Turli < [email protected]> wrote: > Hi, > > It doesnot seem to pick up the security group value and the private key in > > yaml. And root is used as loginUser. > > > > Debug log : > > > > .. error acquiring {hostAndPort=x.x.x.x:22, loginUser=root, > > > (root:rsa[fingerprint(05:6b:37...............).... > > > > > > > OK, to override "root" you need `loginUser: ubuntu` > > SecurityGroups are optional, you don't need to set it unless you want to > avoid to create a new security group for each deployment. > > For completeness, the correct syntax is > > securityGroups: [ 'security-group-name' ] > > Best, > Andrea >
