summaryrefslogtreecommitdiff
path: root/keystoneclient
Commit message (Expand)AuthorAgeFilesLines
* Merge "Replace HttpConnection in auth_token with Requests"Jenkins2013-09-131-68/+61
|\
| * Replace HttpConnection in auth_token with RequestsJamie Lennox2013-09-121-68/+61
* | Merge "Support client generate literal ipv6 auth_uri base on auth_host"Jenkins2013-09-131-2/+8
|\ \ | |/
| * Support client generate literal ipv6 auth_uri base on auth_hostDazhao2013-09-111-2/+8
* | Deprecation warning for the CLIDolph Mathews2013-09-031-1/+5
|/
* Merge "Fix and enable gating on F811"Jenkins2013-08-301-9/+0
|\
| * Fix and enable gating on F811Morgan Fainberg2013-08-292-12/+0
* | Merge "Standardize base.py with novaclient"Jenkins2013-08-301-42/+141
|\ \
| * | Standardize base.py with novaclientAlessio Ababilov2013-08-271-42/+141
* | | Merge "Fixing potential NameErrors"Jenkins2013-08-302-1/+2
|\ \ \
| * | | Fixing potential NameErrorsMorgan Fainberg2013-08-302-1/+2
* | | | Merge "Add apiclient.exceptions hierarchy"Jenkins2013-08-305-162/+464
|\ \ \ \
| * | | | Add apiclient.exceptions hierarchyAlessio Ababilov2013-08-205-162/+464
* | | | | Merge "Sync py3kcompat from oslo-incubator"Jenkins2013-08-302-0/+66
|\ \ \ \ \
| * | | | | Sync py3kcompat from oslo-incubatorChuck Short2013-08-232-0/+66
* | | | | | Merge "Use OSLO jsonutils instead of json module"Jenkins2013-08-303-14/+9
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Use OSLO jsonutils instead of json moduleJamie Lennox2013-08-263-14/+9
| |/ / / /
* | | | | Merge "Fix and enable gating on F841"Jenkins2013-08-301-2/+2
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Fix and enable gating on F841Morgan Fainberg2013-08-291-2/+2
* | | | | Merge "Fix License Headers and Enable Gating on H102"Jenkins2013-08-296-1/+84
|\ \ \ \ \ | |/ / / /
| * | | | Fix License Headers and Enable Gating on H102Morgan Fainberg2013-08-276-1/+84
| | |_|/ | |/| |
* | | | Merge "Remove duplicate method in AccessInfo"Jenkins2013-08-291-3/+0
|\ \ \ \
| * | | | Remove duplicate method in AccessInfoZhiQiang Fan2013-08-291-3/+0
* | | | | Merge "Synchronize code from oslo"Jenkins2013-08-281-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Synchronize code from osloAlessio Ababilov2013-08-201-2/+2
* | | | | remove the UUID check for useridsMichael Solberg2013-08-271-4/+2
| |/ / / |/| | |
* | | | Merge "Add domain attributes to accessinfo"Jenkins2013-08-261-6/+51
|\ \ \ \
| * | | | Add domain attributes to accessinfoJamie Lennox2013-08-261-6/+51
* | | | | Merge "Use hashed token for invalid PKI token cache key"Jenkins2013-08-261-19/+23
|\ \ \ \ \
| * | | | | Use hashed token for invalid PKI token cache keyKieran Spear2013-08-201-19/+23
| | |_|_|/ | |/| | |
* | | | | Merge "Support older token formats for projects in accessinfo"Jenkins2013-08-261-8/+37
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Support older token formats for projects in accessinfoJamie Lennox2013-08-261-8/+37
| | |_|/ | |/| |
* | | | clearer error when authenticate called without auth_urlSteven Hardy2013-08-232-0/+4
|/ / /
* | | Merge "Move all opens in auth_token to be in context"Jenkins2013-08-231-6/+4
|\ \ \
| * | | Move all opens in auth_token to be in contextMatthew Treinish2013-08-151-6/+4
* | | | Merge "Add importutils and strutils from oslo"Jenkins2013-08-233-0/+607
|\ \ \ \
| * | | | Add importutils and strutils from osloAlessio Ababilov2013-08-203-0/+607
| | |_|/ | |/| |
* | | | Merge "Allow configure the number of http retries"Jenkins2013-08-231-1/+6
|\ \ \ \
| * | | | Allow configure the number of http retriesChmouel Boudjnah2013-08-211-1/+6
| |/ / /
* | | | Merge "Initial Trusts support"Jenkins2013-08-225-7/+152
|\ \ \ \
| * | | | Initial Trusts supportSteven Hardy2013-08-205-7/+152
| |/ / /
* | | | Merge "Restore client.py for backward compatibility"Jenkins2013-08-221-0/+18
|\ \ \ \ | |/ / / |/| | |
| * | | Restore client.py for backward compatibilityJamie Lennox2013-08-211-0/+18
| | |/ | |/|
* | | Make auth_token middleware fetching respect prefixJamie Lennox2013-08-191-4/+6
|/ /
* | Merge "Fix a typo in fetch_revocation_list"Jenkins2013-08-161-2/+2
|\ \
| * | Fix a typo in fetch_revocation_listMatthieu Huin2013-08-061-2/+2
* | | Fix and enable Gating on H404Dirk Mueller2013-08-159-125/+69
* | | Merge "Adds support for passing extra tenant attributes to keystone"Jenkins2013-08-162-6/+19
|\ \ \
| * | | Adds support for passing extra tenant attributes to keystoneCharles V Bock2013-08-122-6/+19
* | | | Merge "Don't cache tokens as invalid on network errors"Jenkins2013-08-151-3/+11
|\ \ \ \