neutron-lib/releasenotes/notes/rehome-runtime-utils-acb4451326cbe4d9.yaml
Boden R 7b4ade3791 rehome utils: synchronized decorator and load_class_by_alias_or_classname
This patch rehomes the neutron common utils:
- load_class_by_alias_or_classname() function.
- synchronized decorator.

These utils are used by subprojects [1] and will
also be used as part of rehoming the logic in neutron's
manager module.

[1] http://codesearch.openstack.org/?q=load_class_by_alias_or_classname

Change-Id: I62958e30695663797d79ed6bd1260edbb46a1bf4
2017-05-22 12:54:17 -06:00

7 lines
273 B
YAML

---
features:
- The ``load_class_by_alias_or_classname`` function from
``neutron.common.utils`` is now available in ``neutron_lib.utils.runtime``.
- The ``synchronized`` decorator from ``neutron.common.utils`` is now
available in ``neutron_lib.utils.runtime``.