I'm not totally sure about the IBM SCE driver and Windows instances, but usually you pass an instance of NodeAuthSSHKey or NodeAuthPassword class to the create_node method as an "auth" argument.
On Mon, Apr 15, 2013 at 4:59 AM, Mihai Garbia <[email protected]>wrote: > > Hello, > > Can you tell me what is the string format for user and password on > provisioning a Windows instance in IBM SCE using libcloud? > > I'm using NodeDriver(BaseDriver) : -> create_node to create a Windows > instance in IBM SCE. > > I cant find in the documentation what is the string format for the > username and password. This is what the docs for create_node say: > auth: L{NodeAuthSSHKey} or L{NodeAuthPassword} > > I tried with "user:pass" as in the official SCE API, but it does not work > in libcloud. > > The error I'm getting is: > "Exception: Error 412: The parameter (UserName) is required while creating > Windows instance." > > > Thanks. > > > Mihai > > >
