rackspace / gophercloud

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

Bug fix reauth and add extract user from token #514

Closed chaolou closed 8 years ago

chaolou commented 8 years ago

Modifed according to @jrperritt suggestions. the old pull request see https://github.com/rackspace/gophercloud/pull/508 which has beed

  1. Clear the auth-token in the reauth function.
  2. Add extract user from validate token's repsonse including unit and acceptance tests.
jrperritt commented 8 years ago

Thank you for the changes. This looks good. +2