rackspace / gophercloud

A Go SDK for OpenStack. IN FEATURE FREEZE. See Issue #592
http://gophercloud.io
Other
456 stars 181 forks source link

reauth for v3 fails due to no scope #549

Closed kaccardi closed 8 years ago

kaccardi commented 8 years ago

Is there some reason why on reauths the scope is removed? This causes failures because on reauth the reissued token is not scoped to a project.

jrperritt commented 8 years ago

Yes, v3auth was written before re-authentication was implemented. Try the current master branch.

jrperritt commented 8 years ago

fixed by #552