JsonFilter
¶Bases: cinder.scheduler.filters.BaseBackendFilter
Backend filter for simple JSON-based grammar for selecting backends.
backend_passes
(backend_state, filter_properties)¶Return a list of backends that can fulfill query requirements.
commands
= {'<': <function _less_than>, '<=': <function _less_than_equal>, '=': <function _equals>, '>': <function _greater_than>, '>=': <function _greater_than_equal>, 'and': <function _and>, 'in': <function _in>, 'not': <function _not>, 'or': <function _or>}¶Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.