7b5d36a496
This patch rehome neutron.db.sqlalchemytypes into neutron_lib.db along with corresponding unit tests. In addition get_random_cidr() is rehomed from neutron's test tools into neutron-lib.tests._tools and this module is made public. This work is part of https://review.openstack.org/#/c/621000/ Change-Id: Idffdaca49faa1ff972e353c0ecacba2c2cc51a02
6 lines
172 B
YAML
6 lines
172 B
YAML
---
|
|
features:
|
|
- The ``neutron_lib.tests._tools`` module is now public and named
|
|
``tools``.
|
|
- The ``sqlalchemytypes`` module is now available in ``neutron_lib.db``.
|