summaryrefslogtreecommitdiff
path: root/nova/api/openstack/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* conf: Remove deprecated 'project_id_regex' optTakashi NATSUME2019-09-271-5/+1
* hacking: Resolve W605 (invalid escape sequence)Stephen Finucane2019-06-241-1/+1
* Eventlet monkey patching should be as early as possibleMatthew Booth2019-03-221-0/+1
* Refactor WSGI apps and utils to limit importsChris Dent2018-03-061-3/+15
* Remove dead code of api.fault notification sendingBalazs Gibizer2017-10-091-2/+0
* Remove the code related to extension loading from APIRouterV21He Jie Xu2017-07-251-139/+0
* Use plain routes list for '/servers' endpoint instead of stevedoreHe Jie Xu2017-04-251-2/+19
* delete more i18n log markersSean Dague2017-03-211-8/+5
* Remove unused init_only kwarg from wsgi app initMatt Riedemann2016-12-291-1/+1
* Avoid Forcing the Translation of Translatable VariablesLuong Anh Tuan2016-10-041-2/+1
* Fixed indentationGábor Antal2016-08-311-1/+1
* Remove comment on v3 APIjichenjc2016-05-071-3/+0
* Remove core extension listjichenjc2016-05-041-21/+0
* remove processing of blacklist/whitelist/corelist extensionsSean Dague2016-06-101-45/+1
* Merge "Support for both microversion headers"Jenkins2016-05-261-2/+8
|\
| * Support for both microversion headersChris Dent2016-05-251-2/+8
* | Remove APIRouter of legacy v2 API codeKen'ichi Ohmichi2016-05-251-80/+0
|/
* Move config options from nova/api directory (2)EdLeafe2016-05-091-28/+2
* Merge "Remove unused argument v3mode"Jenkins2016-04-041-7/+2
|\
| * Remove unused argument v3modeKen'ichi Ohmichi2016-03-221-7/+2
* | remove the ability to disable v2.1Sean Dague2016-03-311-10/+0
|/
* remove default=None for config optionsQiaowei Ren2016-03-041-1/+0
* Make project_id optional in v2.1 urlsSean Dague2016-01-241-4/+36
* Remove 'v3' from extension codeEdLeafe2015-09-081-17/+17
* Remove more 'v3' references from the codeEdLeafe2015-09-081-3/+1
* api: deprecate the concept of extensions in v2.1John Garbutt2015-08-271-17/+32
* Rename classes containing 'v3' to 'v21'EdLeafe2015-08-181-1/+1
* Skip additionalProperties checks when LegacyV2CompatibleWrapper enabledHe Jie Xu2015-08-061-1/+2
* Merge "Add middleware filterout Microversions http headers"Jenkins2015-07-271-0/+40
|\
| * Add middleware filterout Microversions http headersHe Jie Xu2015-07-201-0/+40
* | Deprecate the osapi_v3.enabled optionMatt Riedemann2015-07-161-2/+4
|/
* Replace unicode with six.text_typeVictor Stinner2015-05-121-1/+2
* Use oslo.logDavanum Srinivas2015-02-221-1/+1
* Switch to using oslo_* instead of oslo.*Davanum Srinivas2015-02-061-1/+1
* clean up extension loading loggingSean Dague2015-01-201-11/+3
* Adds API microversion response headersChris Yeoh2014-12-171-2/+2
* Modify v21 alias name for compatible with v2Eli Qiao2014-12-091-3/+3
* Merge "Load extension 2 times fix load sequence issue"Jenkins2014-11-281-2/+20
|\
| * Load extension 2 times fix load sequence issuejichenjc2014-11-211-2/+20
* | Change definition of API_EXTENSION_NAMESPACE to methodChris Yeoh2014-11-281-5/+7
* | Replacement `_` on `_LW` in all LOG.warning part 2Mike Durnosvistov2014-11-201-12/+13
* | Replacement `_` on `_LW` in all LOG.warning part 1Mike Durnosvistov2014-11-201-2/+1
* | Replacement `_` on `_LE` in all LOG.exceptionMike Durnosvistov2014-11-201-1/+2
|/
* Change v3 flavor_access to v2.1jichenjc2014-09-011-1/+1
* Merge "Change v3 keypairs API to v2.1"Jenkins2014-08-291-1/+1
|\
| * Change v3 keypairs API to v2.1Ken'ichi Ohmichi2014-08-271-1/+1
* | Add v2.1 API router and endpointKen'ichi Ohmichi2014-08-271-5/+13
|/
* Log translation hint for nova.apiliu-sheng2014-07-241-16/+19
* Use oslo.i18nDavanum Srinivas2014-07-181-8/+4
* Add missing translation supportGary Kotton2014-06-021-1/+1