summaryrefslogtreecommitdiff
path: root/neutron/pecan_wsgi
Commit message (Expand)AuthorAgeFilesLines
* Fix some pylint indentation warningsBrian Haley2022-12-121-1/+1
* Merge "Handle properly InvalidScope exceptions to not return error 500"Zuul2022-04-191-2/+2
|\
| * Handle properly InvalidScope exceptions to not return error 500Slawek Kaplonski2022-03-301-2/+2
* | [API] Return 403 for POST requests when user is not authorizedSlawek Kaplonski2022-04-111-3/+7
|/
* Execute the quota reservation removal in an isolated DB txnRodolfo Alonso Hernandez2021-09-301-6/+6
* Merge "Remove ``ConfDriver`` code"Zuul2021-08-161-1/+2
|\
| * Remove ``ConfDriver`` codeRodolfo Alonso Hernandez2021-07-261-1/+2
* | Remove "_protect_original_resources" workaroundRodolfo Alonso Hernandez2021-07-141-11/+0
|/
* Log exception generated in Controller.prepare_request_bodyRafael Weingärtner2020-08-181-7/+17
* Remove "six" libraryRodolfo Alonso Hernandez2020-07-281-1/+2
* Set DB retry for quota_enforcement pecan_wsgi hookOleg Bondarev2019-11-081-0/+1
* Remove Neutron LBaaSMichael Johnson2019-09-201-1/+1
* fix update neutron resource with incorrect body key server return 500zhouhenglc2019-08-091-0/+4
* Use list instead of six.viewkeys to avoid py2 to py3 problemsNate Johnston2019-05-301-3/+2
* Use six.viewkeys instead of dict.keys to avoid py2 to py3 problemsNate Johnston2019-05-151-2/+3
* remove neutron.common.constantsBoden R2019-04-041-1/+1
* Fix pep8 E128 warnings in non-test codeBrian Haley2019-03-122-3/+3
* remove neutron.common.rpcBoden R2019-02-061-1/+1
* remove neutron.common.exceptionsBoden R2019-02-011-1/+1
* Add missing ws seperator between wordszhufl2018-11-191-1/+1
* use context manager from neutron-libBoden R2018-10-241-2/+2
* Fix flake8 N534 untranslated exception messageBrian Haley2018-10-191-2/+3
* Merge "Upgrade pylint to a version that works with python3"Zuul2018-10-051-2/+2
|\
| * Upgrade pylint to a version that works with python3Doug Hellmann2018-10-041-2/+2
* | Fix best_match() deprecation warningBrian Haley2018-10-031-2/+5
|/
* Implement filter validationHongbin Lu2018-07-192-1/+4
* use retry_db_errors from neutron-libBoden R2018-07-161-1/+1
* Fix all pep8 E129 errorsBrian Haley2018-05-031-7/+7
* Replace assert to raise AssertionErrorMax2018-04-101-1/+3
* consume neutron-lib resources attr mapBoden R2018-03-094-8/+16
* Fixes minor typo in neutronFrank Wang2018-01-181-1/+1
* use callback payloads for REQUEST/RESPONSE eventsBoden R2017-12-241-4/+6
* Remove unused variables ‘LOG'chenghuiyu2017-11-231-3/+0
* use FAULT_MAP from neutron-libBoden R2017-11-021-2/+2
* consume common constants from libBoden R2017-10-131-2/+1
* Dont log about skipping notification in normal caseKevin Benton2017-09-191-4/+4
* Merge "Pecan: Add missing emulated bulk create method"Jenkins2017-09-122-3/+30
|\
| * Pecan: Add missing emulated bulk create methodKevin Benton2017-09-012-3/+30
* | Merge "Pecan: add plugin pagination/sorting validation"Jenkins2017-09-111-0/+7
|\ \
| * | Pecan: add plugin pagination/sorting validationKevin Benton2017-09-091-0/+7
| |/
* | Merge "Pecan: Add missing body validations"Jenkins2017-09-114-10/+29
|\ \
| * | Pecan: Add missing body validationsKevin Benton2017-09-084-10/+29
| |/
* | Merge "Pecan: fix logic of hiding authZ failures as 404s"Jenkins2017-09-111-6/+6
|\ \
| * | Pecan: fix logic of hiding authZ failures as 404sKevin Benton2017-09-101-6/+6
* | | Merge "Pecan: add calls to resync/dirty quota usages"Jenkins2017-09-111-3/+11
|\ \ \ | |/ / |/| |
| * | Pecan: add calls to resync/dirty quota usagesKevin Benton2017-08-311-3/+11
| |/
* | Merge "Pecan: strip duplicate and empty user fields"Jenkins2017-09-091-3/+5
|\ \
| * | Pecan: strip duplicate and empty user fieldsKevin Benton2017-09-011-3/+5
| |/
* | Merge "Pecan: set tenant_id field when project_id set"Jenkins2017-09-061-0/+4
|\ \
| * | Pecan: set tenant_id field when project_id setKevin Benton2017-09-011-0/+4
| |/