summaryrefslogtreecommitdiff
path: root/etc/nova/api-paste.ini
Commit message (Expand)AuthorAgeFilesLines
* Deprecate [api] use_forwarded_forTakashi Kajinami2022-04-231-1/+1
* Allow versioned discovery unauthenticatedEric Fried2020-04-031-2/+13
* Deprecate [api]auth_strategy and noauth2Eric Fried2019-10-091-2/+8
* Remove the unused request_id filter from api-paste.inizhurong2017-12-061-3/+0
* request_log addition for running under uwsgiSean Dague2017-07-241-5/+8
* Integrate OSProfiler and NovaDina Belova2017-01-181-4/+7
* Add CORS filter to versions pipelineCorentin Ardeois2016-12-021-1/+1
* Add proxy middleware to application pipelineJuan Antonio Osorio Robles2016-05-301-4/+4
* Remove APIRouter of legacy v2 API codeKen'ichi Ohmichi2016-05-251-3/+0
* Add http_proxy_to_wsgi to api-pasteJuan Antonio Osorio Robles2016-05-231-1/+4
* Remove Limits dependency of legacy v2 API codeKen'ichi Ohmichi2016-05-061-3/+0
* Remove the legacy v2 API entry from api-paste.iniHe Jie Xu2016-05-051-16/+0
* remove /v1.1 from default paste.iniSean Dague2016-01-041-2/+0
* Nuke EC2 API from api-paste and remove wsgi supportDavanum Srinivas2015-12-211-43/+1
* Merge "OpenStack typo"Jenkins2015-12-041-1/+1
|\
| * OpenStack typovenkatamahesh2015-11-091-1/+1
* | Added CORS support to NovaMichael Krotscheck2015-11-111-10/+14
|/
* api: use v2.1 only in api-paste.iniJohn Garbutt2015-08-281-19/+28
* Merge "Clean the deprecated noauth middleware"Jenkins2015-08-061-6/+0
|\
| * Clean the deprecated noauth middlewareliu-sheng2015-08-061-6/+0
* | Add middleware filterout Microversions http headersHe Jie Xu2015-07-201-0/+3
|/
* Drop use of 'oslo' namespace packageDoug Hellmann2015-04-281-2/+2
* create noauth2Sean Dague2015-03-041-0/+7
* Make EC2 compatible with current AWS CLI.Andrey Pavlov2015-02-031-1/+1
* Add "x-compute-request-id" to a response headerKen'ichi Ohmichi2014-11-251-2/+2
* Use sizelimit from oslo.middlewareEugeniya Kudryashova2014-10-301-1/+1
* Use oslo.middlewareEugeniya Kudryashova2014-10-301-1/+1
* Revert "Replace outdated oslo-incubator middleware"Joe Gordon2014-10-211-1/+1
* Replace outdated oslo-incubator middlewareAbhishek Chanda2014-10-151-1/+1
* Add v2.1 API router and endpointKen'ichi Ohmichi2014-08-271-1/+10
* Use auth_token from keystonemiddlewareBrant Knudson2014-06-241-1/+1
* Add x-openstack-request-id to nova v3 responsesChris Buccella2014-04-281-5/+11
* Rename Openstack to OpenStacktanlin2014-02-131-1/+1
* Remove middleware ratelimits from v3 apiHe Jie Xu2013-12-151-7/+3
* Drop auth_token configs for api-paste.ini.Dan Prince2013-10-301-12/+0
* Correct default ratelimits for v3He Jie Xu2013-08-281-2/+5
* Adds NoAuthMiddleware for V3Chris Yeoh2013-07-291-1/+4
* API extensions framework for v3 APIChris Yeoh2013-05-131-0/+10
* Remove insecure default for signing_dir option.Russell Bryant2013-05-081-1/+4
* Force nova to use keystone v2.0 for auth_tokenVishvananda Ishaya2013-03-131-0/+2
* Drop volume APIKevin L. Mitchell2013-01-221-20/+0
* Use the auth_token middleware from keystoneclientVishvananda Ishaya2012-11-161-1/+1
* Fix signing_dir option for auth_token middleware.Russell Bryant2012-11-021-1/+1
* Set default keystone auth_token signing_dir loc.Dan Prince2012-07-301-0/+1
* separate Metadata logic away from the web serviceScott Moser2012-06-061-17/+1
* Remove Deprecated auth from EC2Joe Gordon2012-05-291-7/+0
* Merge "Remove Deprecated AuthMiddleware"Jenkins2012-05-081-5/+0
|\
| * Remove Deprecated AuthMiddlewareBrian Waldon2012-05-071-5/+0
* | Update api-paste.ini to remove unused settingsJoe Gordon2012-05-011-3/+0
|/
* Merge "Remove auth_uri, already have auth_host, auth_port"Jenkins2012-04-031-1/+0
|\