summaryrefslogtreecommitdiffstats
path: root/nova/api/openstack/auth.py
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary LOG initialisationStanislaw Pitucha2013-04-101-2/+0
* Update OpenStack LLC to FoundationKurt Taylor2013-02-261-1/+1
* Use oslo-config-2013.1b4Mark McLoughlin2013-02-191-1/+1
* Remove nova.config.CONFMark McLoughlin2012-11-201-2/+2
* Remove nova.flagsMark McLoughlin2012-11-171-1/+0
* Switch from FLAGS to CONF in nova.apiMark McLoughlin2012-11-041-2/+1
* Remove flags.DECLAREMark McLoughlin2012-11-041-1/+3
* Switch to common logging.Andrew Bogott2012-07-021-1/+1
* Remove Deprecated AuthMiddlewareBrian Waldon2012-05-071-198/+0
* Use openstack.common.importutils.Russell Bryant2012-04-281-1/+2
* Remove unused imports and variables from OS APIChris Behrens2012-02-291-2/+1
* Use constant time string comparisons for auth.Russell Bryant2012-02-281-1/+1
* Fixes bug lp#940734 - Adding manager import so AuthMiddleware worksmbasnight2012-02-241-2/+2
* Backslash continuations (nova.api.openstack)Zhongyue Luo2012-02-201-5/+9
* Standardize logging delaration and useJason Kölker2012-02-141-1/+1
* dont show blank endpoint headersNikhil Komawar2012-02-071-4/+8
* API version check cleanupsPádraig Brady2012-01-231-5/+3
* Implements blueprint separate-nova-volumeapiAnthony Young2012-01-131-0/+257
* Creating new v2 namespace in nova.api.openstackBrian Waldon2011-11-171-257/+0
* Updated NoAuth to account for requests ending in /Alex Meade2011-10-281-4/+2
* unindented per review, added a note about auth v2Vishvananda Ishaya2011-08-221-15/+17
* change NoAuth to actually use a tenant and userVishvananda Ishaya2011-08-221-13/+39
* merged trunkVishvananda Ishaya2011-08-221-14/+52
|\
| * very minor cleanupAlex Meade2011-08-171-1/+0
| * Append the project_id to the SERVER-MANAGEMENT-URL header for v1.1 requests.Naveed Massjouni2011-08-171-14/+33
| * make project_id authorization work properly, with testWilliam Wolf2011-08-161-5/+18
| * fix pep8William Wolf2011-08-111-1/+1
| * fixed v1.0 stuff with X-Auth-Project-Id header, and fixed broken integrated t...William Wolf2011-08-111-7/+10
| * got rid of tenant_id everywhere, got rid of X-Auth-Project-Id header support ...William Wolf2011-08-111-3/+7
* | pep8Vishvananda Ishaya2011-08-171-0/+1
* | fix integration testsVishvananda Ishaya2011-08-171-0/+17
|/
* fix auth testsVishvananda Ishaya2011-07-221-1/+1
* fix all testsVishvananda Ishaya2011-07-221-2/+18
* start removing references to AuthManagerVishvananda Ishaya2011-07-211-19/+7
* Support for header "X-Auth-Project-Id" in osapi.Yuriy Taraday2011-06-081-7/+10
|\
| * fix commentLvov Maxim2011-06-031-1/+2
| * osapi: added support for header X-Auth-Project-IdLvov Maxim2011-06-011-7/+9
* | make all uses of utcnow use our testable utils.utcnowVishvananda Ishaya2011-06-021-3/+2
|/
* add migration for proper nameVishvananda Ishaya2011-05-171-4/+2
* make token use typo that is in database. Also fix now -> utcnow and stop usi...Vishvananda Ishaya2011-05-171-11/+10
* Explicitly tell a user that they need to authenticate against a version root.Brian Lamar2011-04-151-2/+3
* Added logging statements for generic WSGI and specific OpenStack API requests.Brian Lamar2011-04-061-1/+16
* Merge from parent branch lp:~rackspace-titan/nova/openstack-api-version-splitNaveed Massjouni2011-03-171-1/+5
|\
| * Merge from trunk.Naveed Massjouni2011-03-171-1/+5
| |\
| | * Fixed lp732866 by catching relevant `exception.NotFound` exception. Tests did...Brian Lamar2011-03-111-1/+5
| * | req envirom param 'nova.api.openstack.version' should be 'api.version'Naveed Massjouni2011-03-161-1/+1
* | | Setting the api verion in the request in the auth middle is no longer needed.Naveed Massjouni2011-03-171-2/+0
* | | Added mechanism for versioned controllers for openstack api versions 1.0/1.1.Naveed Massjouni2011-03-171-1/+1
|/ /
* | As suggested by Eric Day:Naveed Massjouni2011-03-151-1/+1
* | Per Eric Day's suggest, the verson is not store in the request environ insteadNaveed Massjouni2011-03-151-2/+2