28e8265651da2aad1d253f3a47c0e71525dd5e1b
In order to support LIKE statement filter in OVO objects, StringMatchingFilterObj class is introduced. However, this class does not provide initial attributes of "starts", "contains" and "ends". In real usage, if these attributes are not initialized, we will hit failures in method apply_filters() in db/_model_query.py. This patch adds the initialization back. Secondly, a typo of "obj_utils.StringMatchingContains" is revised in this patch too. Change-Id: If828068d8d08ff09dff6c63d53320bc397d32448 Closes-Bug: #1724446
Team and repository tags
Welcome!
To learn more about neutron:
- Documentation: https://docs.openstack.org
- Features: https://specs.openstack.org/openstack/neutron-specs
- Defects: https://launchpad.net/neutron
Get in touch via email. Use [Neutron] in your subject.
To learn how to contribute:
CONTRIBUTING.rst
Description
Languages
Python
99.7%
Shell
0.3%