neutron-lib/releasenotes/notes/rehome-db-utils-3076bf724caa31ef.yaml
Boden R 2042d18d1f rehome used db utils
This patch rehomes the get_marker_obj, filter_non_model_columns,
model_query_scope_is_project and resource_fields functions from
neutron's db utils. These are the only database related utils used by
our consumers today [1]. Note that while model_query_scope_is_project is
not consumed, it'll be needed in subsequent db rehome patches as shown
in [2].

For a sample consumption patch see [3].

[1] http://codesearch.openstack.org/?q=from%20neutron.db%20import%20_utils
[2] https://review.openstack.org/#/c/540980/1/neutron_lib/db/utils.py
[3] https://review.openstack.org/#/c/540158

Change-Id: I6a5fc69c97a0b0aca9c20e87c8f34366a4461945
2018-03-28 13:24:47 -06:00

6 lines
211 B
YAML

---
features:
- The database utility functions ``get_marker_obj``,
``filter_non_model_columns``, ``model_query_scope_is_project`` and
``resource_fields`` are now available in ``neutron_lib.db.utils``.