neutron-lib/releasenotes/notes/rehome-resource-extend-7eee483ec4146801.yaml
Boden R e5afd0b9cb rehome the resource_extend db module
This patch rehomes neutron.db._resource_extend into neutron-lib. While
the module is private in neutron, it's used by consumers today [1]. The
patch also includes a test fixture along with unit tests and a
release note.

[1] http://codesearch.openstack.org/?q=from%20neutron%5C.db%20import%20_resource_extend&i=nope&files=&repos=

Change-Id: I2306ba92dcf4a989c7c73e5f0ef4bfb4f804b6cd
2018-10-25 15:42:00 -06:00

7 lines
236 B
YAML

---
features:
- The ``neutron.db._resource_extend`` is now available as
``neutron_lib.db.resource_extend`` along with a new
``DBResourceExtendFixture`` that allows tests to modify the
map of registered resource functions.