neutron-lib/releasenotes/notes/move-get-random-mac-98f47d81cb34483d.yaml
Trevor McCasland ee0f5b2ab2 Move get_random_mac into neutron-lib
get_random_mac is used by networking-ovn, tap-as-a-service,
neutron-vpnaas, and vmware-nsx, so we should move it into the
neutron-lib repository.

Change-Id: I391300e6f1d04b2413084bccdbacb038071c4509
2016-11-13 00:21:34 +00:00

5 lines
168 B
YAML

---
features:
- The ``get_random_mac`` utility function from ``neutron.common.utils`` is
now in ``neutron_lib.utils.net`` with the same name, ``get_random_mac``.