Neutron shared routines and utilities.
Go to file
Pedro Henrique 1dde6c24b7 Add custom range parameters on port_range validator
To maintain the behavior of port forwarding
validations that denies the port number 0 when
creating a new port forwarding rule for floating
IPs, we will need to extend the
'validate_port_range_or_none' validator to allow
us to define the acceptable port ranges when
validating a value.

This patch is one of a series of patches
to implement floating ip port forwarding with
port ranges.

The specification is defined in:
https://github.com/openstack/neutron-specs/blob/master/specs/wallaby/port-forwarding-port-ranges.rst

Change-Id: I0e11885e15616509942d60fbced3ff8e14cac654
Implements: blueprint floatingips-portforwarding-ranges
Related-Bug: #1885921
2022-03-14 08:42:21 -03:00
api-ref/source Merge "Add filter flags for QoS rule types" 2022-02-14 13:11:28 +00:00
doc remove unicode from code 2022-01-19 09:15:45 +08:00
neutron_lib Add custom range parameters on port_range validator 2022-03-14 08:42:21 -03:00
releasenotes Merge "Add filter flags for QoS rule types" 2022-02-14 13:11:28 +00:00
tools Remove import statement for six 2021-12-19 14:21:51 +09: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
.pylintrc Bump requirements and disable f-string check 2021-09-21 11:57:06 +00:00
.stestr.conf Fix unit test failures due to switch to testr changes 2017-09-14 08:17:35 -07:00
.zuul.yaml Add Python3 yoga unit tests 2021-09-10 14:31:43 +00: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
lower-constraints.txt Bump requirements and disable f-string check 2021-09-21 11:57:06 +00:00
requirements.txt Make neutron-lib aware about system scope tokens 2021-03-12 14:47:37 +01:00
setup.cfg setup.cfg: Replace dashes with underscores 2021-05-13 20:51:05 +09:00
setup.py Updated from global requirements 2017-03-02 11:49:11 +00:00
test-requirements.txt Start running pylint for pep8 tests 2020-09-17 09:53:01 -04:00
tox.ini Change minversion of tox to 3.18.0 2021-05-18 23:49:41 +09:00

README.rst

Team and repository tags

image

neutron-lib

Neutron shared routines and utilities

Features

  • TODO