1. c5c590a images service v2 port from rackpsace/gophercloud (#171) by jrperritt · 8 years ago
  2. 10f1f85 Feature/filestorage sharenetworks create (#118) by ehdou · 8 years ago
  3. 0bc5578 Identity v3 Authentication With TrustID (#24) by jrperritt · 8 years ago
  4. 014999f Merge pull request #17 from jrperritt/5 by jrperritt · 8 years ago
  5. 93b4a3c allow EndpointOpts to search catalog for Identity clients by jrperritt · 8 years ago
  6. 9977e51 Update v3 test to validate modification of auth options by Carolyn Van Slyck · 8 years ago
  7. 9b7b9e6 merge lbaasv2, portsbinding, volumes v2; remove 'rackspace' refs; update docs by jrperritt · 9 years ago
  8. b64fd20 Fix selection of v2 volumes in openstack/blockstorage by Nick Craig-Wood · 9 years ago
  9. da54614 Copy blockstorage v1 to v2 by feisky · 9 years ago
  10. 47cee0c add rackpsace/gophercloud commits by jrperritt · 9 years ago
  11. 64d0ef0 fix auth v2 unit tests by jrperritt · 9 years ago
  12. 29ae6b3 no naked returns in go; fix auth v3 unit tests by jrperritt · 9 years ago
  13. 69cc337 leave auth options untouched in authv3 by jrperritt · 9 years ago
  14. a33da23 more error types; RequestOptsBuilder error fixes by Jon Perritt · 9 years ago
  15. 376dfce openstack errors by Jon Perritt · 9 years ago
  16. 27249f4 rename imports: rackspace/gophercloud -> gophercloud/gophercloud by Jon Perritt · 9 years ago
  17. 6769c3b Merge pull request #471 from feiskyer/keystone by jrperritt · 9 years ago
  18. 5ef9a23 Support reauth on identity endpoints with a base path by alexcern · 9 years ago
  19. 0a866d9 Merge pull request #514 from chaolou/bug-fix-reauth by jrperritt · 9 years ago
  20. 75e8cc4 rename functions by Jamie Hannaford · 9 years ago
  21. f6e2926 add validate user's token method for v2 and bug fix for reauth by hzlouchao · 9 years ago
  22. 05d200d First crack at acceptance tests by Jamie Hannaford · 10 years ago
  23. 66803f0 Add identity admin client by feisky · 9 years ago
  24. 08b33d5 Build v3 auth scope from AuthOptions by Guillaume Giamarchi · 10 years ago
  25. b2663b2 Use service catalog to get services URLs by Guillaume Giamarchi · 10 years ago
  26. 1b2bafe fix recursive reauth failure by Masahiro Sano · 10 years ago
  27. 6fe7c40 include AuthOptions in ReauthFunc closure by Jon Perritt · 10 years ago
  28. b260acf only cache credentials if AllowReauth is set to true by Jon Perritt · 10 years ago
  29. f4052c6 OpenStack/Rackspace reauth functionality by Jon Perritt · 10 years ago
  30. 2491b4c Manual follow-on tweaks to get the build green again. by Ash Wilson · 10 years ago
  31. 35e27e4 stacks by Jon Perritt · 10 years ago
  32. ebd18ec openstack cdn client by Jon Perritt · 10 years ago
  33. 92c380c Provider: references in the OpenStack client. by Ash Wilson · 10 years ago
  34. bb5e981 'NewStorageClientV1' -> 'NewObjectStorageClientV1' by Jon Perritt · 10 years ago
  35. 61c49a5 More endpoint_location coverage. by Ash Wilson · 10 years ago
  36. 40095f0 Apply the OptsBuilder interface to tokens.Create() by Ash Wilson · 10 years ago
  37. 130a6e2 Move V3 endpoint location, too. by Ash Wilson · 10 years ago
  38. 405f310 Turn v2 EndpointURL into a ServiceCatalog method. by Ash Wilson · 10 years ago
  39. a844064 Move NormalizeURL to the root package. by Ash Wilson · 10 years ago
  40. 99541ab Set the ResourceBase for NewNetworkV2(). by Ash Wilson · 10 years ago
  41. f25ae37 Merge remote-tracking branch 'upstream/v0.2.0' into update-identity-v2 by Ash Wilson · 10 years ago
  42. 6cc0070 Openstack client tests now pass again. by Ash Wilson · 10 years ago
  43. 52fbd18 Update the token acquisition code. by Ash Wilson · 10 years ago
  44. 42e6d08 Merge pull request #220 from jrperritt/os-blockstorage by Ash Wilson · 10 years ago
  45. 63b2a29 Provide expires_at in test fixtures. by Ash Wilson · 10 years ago
  46. c5ee85e add block storage v1 client by Jon Perritt · 10 years ago
  47. ebc3d12 Merge remote-tracking branch 'upstream/v0.2.0' into paginate-compute by Ash Wilson · 10 years ago
  48. 7ea2958 Fixes to client setup and build tags by Jamie Hannaford · 10 years ago
  49. 5e57c1b Create an Openstack Compute client. by Ash Wilson · 10 years ago
  50. 3c8cc77 Change identity endpoints and services. by Ash Wilson · 10 years ago
  51. 6b35e50 Add an error return to the EachPage closure. by Ash Wilson · 10 years ago
  52. 566613e Consume the new pagination in openstack.Client. by Ash Wilson · 10 years ago
  53. aca58d8 Normalize endpoint URLs during endpoint location. by Ash Wilson · 10 years ago
  54. 509fbb6 add ApplyDefaults method for EndpointOpts by Jon Perritt · 10 years ago
  55. efac18b Rename "Interface" to "Availability". by Ash Wilson · 10 years ago
  56. 0747d7e Move the Interface type and its consts. by Ash Wilson · 10 years ago
  57. 09694b9 Ookay, last reshuffle. by Ash Wilson · 10 years ago
  58. e7da01c Lots of URL normalization. by Ash Wilson · 10 years ago
  59. a0c4c84 ChooseVersion prefers exact URL matches now. by Ash Wilson · 10 years ago
  60. 1cd3e69 Exercise the endpoint discovery code a little. by Ash Wilson · 10 years ago
  61. 9d9876b Identity v2 endpoint location. by Ash Wilson · 10 years ago
  62. 8e434bf Take out the reauth closure for now. by Ash Wilson · 10 years ago
  63. b8401a7 Provide endpoint discovery via closure for v3. by Ash Wilson · 10 years ago
  64. 11c9828 Use v2 identity in AuthenticatedClient. by Ash Wilson · 10 years ago
  65. ed6a1d8 Let's include the / in service endpoints. by Ash Wilson · 10 years ago
  66. a87ee06 Use general (Provider|Service)Client structs. by Ash Wilson · 10 years ago
  67. ccd020b Shuffle around authentication methods. by Ash Wilson · 10 years ago
  68. 773e6c3 Explicitly return a v3 endpoint on request. by Ash Wilson · 10 years ago
  69. 4dee1b8 Use version negotiation in openstack.NewClient(). by Ash Wilson · 10 years ago
  70. 6425a41 Clarify ServiceClient and ProviderClient. by Ash Wilson · 10 years ago
  71. 8ba8224 Stub out a provider-level Client for OpenStack. by Ash Wilson · 10 years ago