summaryrefslogtreecommitdiff
path: root/keystoneclient
Commit message (Expand)AuthorAgeFilesLines
* Merge "auth_token tests use assertIs/Not/None"0.4.2Jenkins2014-01-131-4/+4
|\
| * auth_token tests use assertIs/Not/NoneBrant Knudson2014-01-121-4/+4
* | Merge "Removes use of timeutils.set_time_override"Jenkins2014-01-121-17/+19
|\ \ | |/
| * Removes use of timeutils.set_time_overrideZhongyue Luo2014-01-101-17/+19
* | Merge "Python 3: Use HTTPMessage.get() rather than HTTPMessage.getheader()"Jenkins2014-01-111-1/+1
|\ \
| * | Python 3: Use HTTPMessage.get() rather than HTTPMessage.getheader()Cyril Roelandt2014-01-101-1/+1
* | | Merge "Sync strutils from oslo"Jenkins2014-01-111-2/+8
|\ \ \
| * | | Sync strutils from osloChmouel Boudjnah2014-01-081-2/+8
* | | | Merge "Controllable redirect handling"Jenkins2014-01-113-17/+146
|\ \ \ \
| * | | | Controllable redirect handlingJamie Lennox2014-01-093-17/+146
| |/ / /
* | | | Merge "Fix auth_token middleware test invalid cross-device link issue"Jenkins2014-01-101-1/+2
|\ \ \ \
| * | | | Fix auth_token middleware test invalid cross-device link issueFlorent Flament2014-01-071-1/+2
* | | | | Merge "Add unit tests for generic/shell.py"Jenkins2014-01-102-0/+131
|\ \ \ \ \
| * | | | | Add unit tests for generic/shell.pyIgor A. Lukyanenkov2014-01-072-0/+131
| |/ / / /
* | | | | Merge "Do not try to call decode() on a text string"Jenkins2014-01-101-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Do not try to call decode() on a text stringCyril Roelandt2014-01-031-1/+1
* | | | | Merge "Prevent dictionary size from changing while iterating over its items"Jenkins2014-01-091-10/+8
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Prevent dictionary size from changing while iterating over its itemsCyril Roelandt2014-01-061-10/+8
* | | | | Merge "v3 test utils, don't modify input parameter"Jenkins2014-01-071-1/+1
|\ \ \ \ \
| * | | | | v3 test utils, don't modify input parameterSteven Hardy2013-12-201-1/+1
* | | | | | Merge "Fix error in v3 credentials create/update"Jenkins2014-01-073-7/+46
|\ \ \ \ \ \ | |/ / / / / | | / / / / | |/ / / / |/| | | |
| * | | | Fix error in v3 credentials create/updateSteven Hardy2013-12-203-7/+46
* | | | | Merge "Remove the 'cmp' keyword from a call to 'sort()'"Jenkins2014-01-041-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Remove the 'cmp' keyword from a call to 'sort()'Cyril Roelandt2013-12-111-1/+1
* | | | | Merge "Correctly handle auth_url/token authentication"Jenkins2014-01-025-7/+148
|\ \ \ \ \
| * | | | | Correctly handle auth_url/token authenticationJamie Lennox2013-12-205-7/+148
* | | | | | Merge "Use testresources for example files"Jenkins2014-01-024-328/+401
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Use testresources for example filesBrant Knudson2013-12-034-328/+401
* | | | | | Merge "Make _get_utf8_value Python3 compliant"Jenkins2013-12-301-2/+2
|\ \ \ \ \ \
| * | | | | | Make _get_utf8_value Python3 compliantCyril Roelandt2013-12-111-2/+2
| | |_|/ / / | |/| | | |
* | | | | | Merge "Move redirect handling to session"Jenkins2013-12-282-15/+20
|\ \ \ \ \ \
| * | | | | | Move redirect handling to sessionJamie Lennox2013-12-202-15/+20
* | | | | | | Merge "Fix missed management_url setter in v3 client"Jenkins2013-12-282-8/+17
|\ \ \ \ \ \ \
| * | | | | | | Fix missed management_url setter in v3 clientJamie Lennox2013-12-202-8/+17
* | | | | | | | Merge "Add service catalog to domain scoped token fixture"Jenkins2013-12-282-2/+83
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | / / | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Add service catalog to domain scoped token fixtureJamie Lennox2013-12-192-2/+83
| | |_|_|/ / | |/| | | |
* | | | | | Merge "Rename instead of writing directly to revoked file"Jenkins2013-12-201-1/+4
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Rename instead of writing directly to revoked fileChmouel Boudjnah2013-12-201-1/+4
| | |_|_|/ | |/| | |
* | | | | Remove debug specific handlingJamie Lennox2013-12-204-57/+46
| |/ / / |/| | |
* | | | Merge "Avoid meaningless comparison that leads to a TypeError"Jenkins2013-12-191-1/+1
|\ \ \ \
| * | | | Avoid meaningless comparison that leads to a TypeErrorCyril Roelandt2013-12-161-1/+1
* | | | | Change assertEquals to assertIsNoneBrant Knudson2013-12-161-8/+8
| |/ / / |/| | |
* | | | Merge "Fix --debug handling in the shell"Jenkins2013-12-162-0/+14
|\ \ \ \ | |/ / / |/| | |
| * | | Fix --debug handling in the shellThomas Herve2013-12-092-0/+14
* | | | Merge "Python3: replace urllib by six.moves.urllib"Jenkins2013-12-145-13/+20
|\ \ \ \
| * | | | Python3: replace urllib by six.moves.urllibCyril Roelandt2013-12-125-13/+20
| | |/ / | |/| |
* | | | Merge "Sync with latest module from oslo"Jenkins2013-12-147-50/+129
|\ \ \ \ | |/ / / |/| | |
| * | | Sync with latest module from osloChmouel Boudjnah2013-12-107-50/+129
| |/ /
* | | Merge "Properly handle Regions in keystoneclient"Jenkins2013-12-118-43/+325
|\ \ \ | |/ / |/| |
| * | Properly handle Regions in keystoneclientJamie Lennox2013-12-048-43/+325