cinder/cinder/scheduler
Erlon R. Cruz 87a7e80a2c Fix DriverFilter string evaluations
When trying to compare two values that are non-numeric using the driver
filter, the filter function will give an error. This is not desirable as
it might be interesting to support comparatives with non-numeric values
provided by the filter objects (volume, host, etc). For example, the
following formula failed before the fix:

filter_function = '(volume.project_id == "bb212f09317a4f4a8952ef3f729c2551")'

Change-Id: Ifc9f2d7cf39c0e497e1ed6440d2be4cda6be12d9
2020-03-06 17:24:16 -03:00
..
evaluator Fix DriverFilter string evaluations 2020-03-06 17:24:16 -03:00
filters Rename volume/utils.py to volume/volume_utils.py 2019-09-09 15:00:07 -04:00
flows Support create volume from backup 2017-11-28 09:16:59 +08:00
weights NetApp SolidFire: Adding new fields to scheduler data 2019-06-11 08:39:07 -03:00
__init__.py Files with no code must be left completely empty 2016-09-28 16:29:30 +07:00
base_filter.py Remove log translations 2017-03-19 14:59:57 +00:00
base_handler.py Move oslo-incubator's scheduler module to cinder 2015-11-24 15:49:31 +01:00
base_weight.py Add debug logs for weigher filters 2018-06-13 09:03:11 +08:00
driver.py Create backups via scheduler 2020-02-19 15:08:10 +00:00
filter_scheduler.py Create backups via scheduler 2020-02-19 15:08:10 +00:00
host_manager.py Create backups via scheduler 2020-02-19 15:08:10 +00:00
manager.py Create backups via scheduler 2020-02-19 15:08:10 +00:00
rpcapi.py Create backups via scheduler 2020-02-19 15:08:10 +00:00
scheduler_options.py Remove log translations 2017-03-19 14:59:57 +00:00