summaryrefslogtreecommitdiff
path: root/nova/filters.py
Commit message (Expand)AuthorAgeFilesLines
* Add autopep8 to tox and pre-commitSean Mooney2021-11-081-0/+1
* trivial: Remove remaining '_LI' instancesStephen Finucane2020-05-181-4/+2
* filters: Stop handling cells v1Stephen Finucane2019-06-121-18/+10
* Prepare filters for using RequestSpec objectSylvain Bauza2015-11-161-8/+16
* Remove reservation_id from the logs when a schedule failsSylvain Bauza2015-10-301-4/+3
* Add logging when filtering returns nothing.EdLeafe2015-08-171-1/+40
* Remove use of builtin nameEdLeafe2015-05-281-4/+4
* Use oslo.logDavanum Srinivas2015-02-221-1/+2
* Make scheduler filters/weighers only load onceHans Lindgren2014-12-091-10/+5
* Replacement `_` on `_LI` in all LOG.info - part 2Mike Durnosvistov2014-11-201-2/+2
* Use oslo.i18nDavanum Srinivas2014-07-181-1/+1
* Don't translate debug level logs in novaGary Kotton2014-06-131-5/+5
* Merge "Fixes typos in the files in the nova folder"Jenkins2013-10-141-1/+1
|\
| * Fixes typos in the files in the nova folderAlex Glikson2013-10-071-1/+1
* | Log which filter failed when on log level INFOShuangtai Tian2013-10-101-2/+3
|/
* Remove the monkey patching of _ into the builtinsAlex Gaynor2013-07-261-0/+1
* Allow filters to only run once per request if their data is staticPhil Day2013-07-081-12/+30
* Avoiding multiple code loops in filter schedulerYang Yu2013-06-041-0/+2
* Cells: Add filtering and weight supportChris Behrens2013-05-271-4/+10
* Adds useful debug logging to filter_schedulerPhil Day2013-05-101-2/+10
* Update OpenStack LLC to FoundationKurt Taylor2013-02-261-1/+1
* Refactor scheduling filtersChris Behrens2012-11-141-0/+53