Neutron shared routines and utilities.
Go to file
Harald Jensås 6d9f9e2841 Fix - L3 Conntrack Helper validator
'type:string' is validated by length, the definition was
passing in validators.validate_string instead of a number.
In python3 this causes a TypeError:
 '>' not supported between instances of 'int' and 'function'

Set the length to 64, matching the db model:
https://opendev.org/openstack/neutron/src/branch/master/neutron/db/models/conntrack_helper.py#L32

Related-Bug: #1823633
Change-Id: Idd9b442a30de294ce3fc97069cadba4457d746ab
2019-07-19 02:15:58 +02:00
api-ref/source Merge "Add shim extension admin_state_down_before_update" 2019-07-10 15:35:16 +00:00
doc fix doc periodic log url 2019-05-29 08:45:38 -06:00
neutron_lib Fix - L3 Conntrack Helper validator 2019-07-19 02:15:58 +02:00
releasenotes Fix - L3 Conntrack Helper validator 2019-07-19 02:15:58 +02:00
tools Remove tools/tox_install.sh 2018-03-07 20:31:12 +01:00
.coveragerc Improvements to tox envs 2015-12-19 01:00:22 -05:00
.gitignore Switch to stestr 2018-05-24 11:09:18 -07:00
.gitreview OpenDev Migration Patch 2019-04-19 19:32:02 +00:00
.mailmap Initial cookiecutter commit 2015-11-20 17:24:43 -07:00
.stestr.conf Fix unit test failures due to switch to testr changes 2017-09-14 08:17:35 -07:00
.zuul.yaml Update Python 3 test runtimes for Train 2019-05-15 14:20:36 -06:00
CONTRIBUTING.rst Merge "Update links in CONTRIBUTING.rst" 2017-10-05 20:47:37 +00:00
HACKING.rst Update the documentation link for doc migration 2017-07-20 15:46:41 +00:00
LICENSE Initial cookiecutter commit 2015-11-20 17:24:43 -07:00
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-04-22 11:23:33 +08:00
babel.cfg Initial cookiecutter commit 2015-11-20 17:24:43 -07:00
lower-constraints.txt Update flake8 style enforcement 2019-06-26 16:30:35 -04:00
requirements.txt rehome neutron.objects.common_types 2019-03-28 08:17:21 -06:00
setup.cfg Update Python 3 test runtimes for Train 2019-05-15 14:20:36 -06:00
setup.py Updated from global requirements 2017-03-02 11:49:11 +00:00
test-requirements.txt Blacklist bandit 1.6.0 due to directory exclusion bug 2019-05-09 23:10:10 -04:00
tox.ini Add Python 3 Train unit tests 2019-07-05 13:53:59 -04:00

README.rst

Team and repository tags

image

neutron-lib

Neutron shared routines and utilities

Features

  • TODO