355864d376
This patch rehomes the remaining neutron.common.constants into neutron-lib. All rehomed constants are put into neutron_lib.constants except for EXT_PARENT_RESOURCE_MAPPING which lives in neutron_lib.services.constants due to circular import refs when rehoming it into neutron_lib.constants or neutron_lib.plugin.constants. Change-Id: Iac637a413d398f69b1199dfe2ad16b327387a032
7 lines
235 B
YAML
7 lines
235 B
YAML
---
|
|
features:
|
|
- The remaining ``neutron.common.constants`` are now available in
|
|
``neutron_lib.constants`` with the exception of
|
|
``EXT_PARENT_RESOURCE_MAPPING`` that is now available in
|
|
``neutron_lib.services.constants``.
|