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