Merge "Add validators package"

This commit is contained in:
Jenkins 2017-06-06 22:11:05 +00:00 committed by Gerrit Code Review
commit 1401560a67
4 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
---
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.