neutron-lib/releasenotes/notes/rehome-plugin-utils-39e3f839c0538de9.yaml
Boden R 3dfa6229d1 rehome plugin utils
This patch rehomes a bulk of neutron.plugins.common.utils into
neutron-lib. What's left in the neutron plugin utils will be made
private upon consumption.

In addition this patch also enhances the is_valid_* functions of
the utils to ensure the range value is a number. The previous
implementation allowed passing boolean values for tunnel ranges.

UTs and a release note are also included.

For a sample consumption patch see
Ifcb39c08706d7a12f3ebd5865eb6d2edb95eed45

Change-Id: Iabb155b5d2d0ec6104ebee5dd42cf292bdf3ec61
2018-01-17 09:58:54 -07:00

7 lines
280 B
YAML

---
features:
- The publically consumed API's from ``neutron.plugins.common.utils`` are
now available in ``neutron_lib.plugins.utils``.
- The ``NetworkVlanRangeError`` and ``PhysicalNetworkNameError`` exception
classes are now available in ``neutron_lib.exceptions``.