summaryrefslogtreecommitdiff
path: root/nova/tests/unit/api/test_auth.py
Commit message (Expand)AuthorAgeFilesLines
* Use unittest.mock instead of third party mockStephen Finucane2022-08-011-1/+2
* Deprecate [api]auth_strategy and noauth2Eric Fried2019-10-091-0/+11
* conf: Move api options to a groupMaciej Szankin2016-11-251-1/+1
* Update nova api.auth tests to work with newer oslo.contextJoshua Harlow2016-11-081-15/+2
* Use from_environ when creating a contextJamie Lennox2016-07-141-1/+1
* Move config options from nova/api directory (1)EdLeafe2016-05-091-2/+2
* Remove the legacy v2 API entry from api-paste.iniHe Jie Xu2016-05-051-31/+7
* Clean the deprecated noauth middlewareliu-sheng2015-08-061-14/+0
* create noauth2Sean Dague2015-03-041-2/+18
* Remove compability check for ratelimit_v3jichenjc2015-02-071-8/+0
* Switch to using oslo_* instead of oslo.*Davanum Srinivas2015-02-061-3/+3
* Merge "Enable check for H238 rule"Jenkins2015-01-211-1/+1
|\
| * Enable check for H238 ruleSergey Nikitin2015-01-201-1/+1
* | Don't translate exceptions in testsMike Durnosvistov2015-01-211-2/+1
|/
* Remove support for deprecated header X_ROLEJoe Gordon2014-12-091-14/+0
* Fix function name mismatch in test casevenakata anil2014-12-011-2/+2
* move all tests to nova/tests/unitSean Dague2014-11-121-0/+214