Monday, 15 July 2013

c# - Softlayer authentication using openstacknet -



c# - Softlayer authentication using openstacknet -

please, take look:

var identity = new cloudidentity { username = "user", apikey = "key" }; var cloudidentityprovider = new cloudidentityprovider(identity, new uri("https://dal05.objectstorage.softlayer.net/auth/v1.0/")); cloudidentityprovider.authenticate(cloudidentityprovider.defaultidentity);

it throws usernotauthorizedexception message "unable authenticate user , retrieve authorized service endpoints" reason of it?

thanks.

ps. utilize assembly openstacknet.dll, v1.3.0.0

check stack trace exception. should give clue wrong. also, seek update client latest level , check issue still reproducible or not. issue might due environment variable or scheme configuration related. if still facing issue, should contact rackspace back upwards team. open ticket against them detail info.

c# cloud openstack openstack-swift

No comments:

Post a Comment