cinder/cinder/scheduler/evaluator
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
..
__init__.py Add driver filter and evaluator for scheduler 2015-01-06 23:28:47 +00:00
evaluator.py Fix DriverFilter string evaluations 2020-03-06 17:24:16 -03:00