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