vmware-archive / vcloud-rest

Unofficial ruby bindings for VMware vCloud Director®
Apache License 2.0
29 stars 37 forks source link

Update connection.rb #26

Closed ChineduUzoka closed 10 years ago

ChineduUzoka commented 10 years ago

Login fails due to the ORG name bing appended to the username

astratto commented 10 years ago

@ChineduUzoka I'm sorry but I fear this is not quite the right solution. Org name is required to log in (see here).

Maybe you're trying to use an account having System Administrator role?

ChineduUzoka commented 10 years ago

The accounts we use do not allow us to connect to more than one Org at a time Yea i know what i need to do here - i have a yaml file that i load that reads connection info from that file much like what fog does. However i need to split the username name and org which incidently i have done

Thanks - and great tool by the way

On Tuesday 06 May 2014 08:35:11 Stefano Tortarolo wrote:

@ChineduUzoka I'm sorry but I fear this is not quite the right solution. Org name is required to log in (see here).

Maybe you're trying to use an account having System Administrator role?


Reply to this email directly or view it on GitHub: https://github.com/astratto/vcloud-rest/pull/26#issuecomment-42318393

astratto commented 10 years ago

Thanks @ChineduUzoka!

I close this PR then, please let me know if you need more information.