neutron-lib/releasenotes/notes/add-validator-pkg-a6565a2d4fbfa1d8.yaml
Hirofumi Ichihara 59005a0a78 Add validators package
Extension specific validators should be isolated from general
validators[1]. The existing validators are moved from
neutron_lib.api.validators to neutron_lib.api.validators.__init__
so that it doesn't affect existing consumers importing them.

[1]: https://review.openstack.org/#/c/459782/

Change-Id: I3434f9d7f504b78aca707e4fc8caad99c7af8dfc
2017-05-30 00:00:45 +09:00

6 lines
287 B
YAML

---
features:
- A new ``neutron_lib.validators`` package is now available where the
existing definitions from the ``validators`` module are now in
``neutron_lib.validators.__init__`` and subsequent per-component
validators can be created in their own validators sub-module.