Neutron shared routines and utilities.
Go to file
Pablo Iranzo Gómez abeb5c4de0
Enhance valid_values to use __contains__
Actually valid_values doesn't cover many of the use cases or validates
that the value and valid_values provided can be used with 'in' call.

his patch tries to improve this situation to ensure that both are valid
for being checked or fail otherwise plus validating that valid_values
contains the value provided.

Closes-Bug: 1604073
Change-Id: I47a6f7d58d6cbeb8fd245620d187c4c565497290
2016-10-11 15:45:00 +02:00
api-ref/source Merge "api-ref: added a note to lbaasv1 about its removal in N+" 2016-09-20 04:45:49 +00:00
doc/source Trivial DevRef Spelling corrections 2016-08-25 12:36:03 +05:30
neutron_lib Enhance valid_values to use __contains__ 2016-10-11 15:45:00 +02:00
tools Enhance pyir tooling CLI 2016-08-17 09:16:44 -06:00
.coveragerc Improvements to tox envs 2015-12-19 01:00:22 -05:00
.gitignore WADL to RST migration 2016-06-11 18:47:44 +00:00
.gitreview Added .gitreview 2015-11-19 19:54:39 +00:00
.mailmap Initial cookiecutter commit 2015-11-20 17:24:43 -07:00
.testr.conf Improvements to tox envs 2015-12-19 01:00:22 -05:00
babel.cfg Initial cookiecutter commit 2015-11-20 17:24:43 -07:00
CONTRIBUTING.rst Initial cookiecutter commit 2015-11-20 17:24:43 -07:00
HACKING.rst Add a hacking rule for string interpolation at logging 2016-08-15 09:53:28 +09:00
LICENSE Initial cookiecutter commit 2015-11-20 17:24:43 -07:00
MANIFEST.in Initial cookiecutter commit 2015-11-20 17:24:43 -07:00
README.rst Initial cookiecutter commit 2015-11-20 17:24:43 -07:00
requirements.txt Updated from global requirements 2016-09-21 06:44:43 +00:00
setup.cfg Revert "Update hacking check consumption" 2016-08-09 21:52:45 -04:00
setup.py Initial cookiecutter commit 2015-11-20 17:24:43 -07:00
test-requirements.txt Updated from global requirements 2016-08-26 09:13:47 +00:00
tox.ini Merge "Enable DeprecationWarning in test environments" 2016-08-17 18:14:08 +00:00

neutron-lib

Neutron shared routines and utilities

Features

  • TODO