neutron-lib/releasenotes/notes/rehome-common-constants-8ac9580e52fd3618.yaml
Boden R eb7a55bdca rehome consumed neutron.common.constants
This patch rehomes those constants found in neutron.common.constants.py
that are used outside of neutron and are thus candidates for rehoming.
The remaining public attributes from neutron.common.constants will
be made private upon consumption of this rehome patch.

Change-Id: I360545b6ee4291547e0c5c8e668ad03d3efa4725
2017-06-21 07:17:06 -06:00

7 lines
263 B
YAML

---
features:
- Constants from ``neutron.common.constants`` are now available in
neutron-lib. Note that consumers using ``ROUTER_STATUS_ACTIVE`` or
``ROUTER_STATUS_ERROR`` should now just use ``ACTIVE`` and ``ERROR``
from ``neutron_lib.constants``.