neutron-lib/releasenotes/notes/rehome-obj-commontypes-f8dfca432bf4583b.yaml
Boden R 02233a9871 rehome neutron.objects.common_types
This patch rehomes neutron.objects.common_types into
neutron_lib.objects.common_types and includes the test_common_types
from neutron as well. In addition some supporting logic is rehomed
including some utils. For full details on the rehomed code please see
the release note included herein.

Also see: https://bugs.launchpad.net/neutron/+bug/1815827

Change-Id: Ic4f1240fceea1e372e6cb68e747169f7236b9f08
2019-03-28 08:17:21 -06:00

9 lines
357 B
YAML

---
features:
- The ``neutron.objects.common_types`` module is now available in
``neutron_lib.objects.common_types``.
- The ``get_random_EUI`` and ``get_random_ip_network`` functions are now
available in ``neutron_lib.tests.tools``.
- The ``AuthenticIPNetwork`` and ``AuthenticEUI`` classes are now available
in ``neutron_lib.utils.net``.