OpenStack Networking (Neutron)
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Miguel Lavalle 7f0413c84c Implement experimental features framework
During the Zed PTG it was decided to handle unsupported features in
Neutron as experimental. See section titled "When we say something is
not supported?", day 2 in [1]. The agreement was:

"We keep existing jobs for linuxbridge driver for example, but when the
tests start to fail we skip them and finally we stop the job also.
To make it clear for operators we add warning logs highlighting that the
given feature/driver is experimental, and introduce cfg option to enable
such features explicitly."

This commit implements this agreement, initially with Linuxbridge

Depends-On: https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/845646

[1] https://lists.openstack.org/pipermail/openstack-discuss/2022-April/028164.html

Change-Id: Ib18efa3f472736b58c8967847b1061da0e3897d7
11 months ago
api-ref Fix some typos 7 years ago
devstack Remove not wanted section in local.conf sample 1 year ago
doc Implement experimental features framework 11 months ago
etc Implement experimental features framework 11 months ago
neutron Implement experimental features framework 11 months ago
playbooks Fix multinode ovn/ovs with source deploy jobs 1 year ago
rally-jobs [ci] Fix several rally task arguments 3 years ago
releasenotes Implement experimental features framework 11 months ago
roles Switch Fips fullstack/functional tests to py3.8 1 year ago
tools Merge "ovn-migration: Remove second tripleo-update call" 11 months ago
vagrant/ovn Fix local neutron folder path in ovn/sparse/Vagrantfile 3 years ago
zuul.d Implement experimental features framework 11 months ago
.coveragerc Cleanup coverage configuration 7 years ago
.gitignore Add etc/neutron/*.sample files to be ignored by git 4 years ago
.gitreview OpenDev Migration Patch 4 years ago
.mailmap Add mailmap entry 9 years ago
.pylintrc Remove "six" library 3 years ago
.stestr.conf Fix post gate hook to accommodate for new os-testr 6 years ago
CONTRIBUTING.rst [Community goal] Add contributor and PTL guide 3 years ago
HACKING.rst Follow up for replacing assertItemsEqual 2 years ago
LICENSE Adding Apache Version 2.0 license file. This is the official license agreement under which Quantum code is available to 12 years ago
README.rst Start README.rst with a better title 4 years ago
TESTING.rst Drop lower-constraints.txt and its testing 1 year ago
bindep.txt Drop vzctl dep from bindep package list 1 year ago
plugin.spec Add OVN migration OSP 16.2 option 2 years ago
requirements.txt Bump neutron-lib to 2.21.0 1 year ago
setup.cfg Implement experimental features framework 11 months ago
setup.py Updated from global requirements 6 years ago
test-requirements.txt Follow-up: Move linters dependencies to tox.ini 2 years ago
tox.ini Switch Fips fullstack/functional tests to py3.8 1 year ago

README.rst

OpenStack Neutron

image

Neutron is an OpenStack project to provide "network connectivity as a service" between interface devices (e.g., vNICs) managed by other OpenStack services (e.g., Nova).

To learn more about neutron:

Get in touch via email. Use [Neutron] in your subject.

To learn how to contribute, please read the CONTRIBUTING.rst file.