7b4ade3791
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
7 lines
273 B
YAML
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``.
|