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
Bodo Petermann 9676c28f9c Fix stopping timer in TestTimer
Fixes broken functional tests where NamespaceFixture is used and
the TestTimer raises TestTimerTimeout even if the namespace was cleaned
up in time.

The fix makes sure that the alarm is cancelled in __exit__ if there
was no alarm before TestTimer's __enter__ (if self._old_timer is 0).
It also makes sure to reset the signal handler if the old one was
Handler.SIG_DFL (which is treated as false, no we need to check for
"is not None" instead).

Closes-Bug: #1912320
Change-Id: I9efad8eb5fe6e794235280f8a9a026800513d969
2 years ago
api-ref Fix some typos 7 years ago
devstack Merge "Update octavia plugin code" 2 years ago
doc doc: Add available_features check to release checklist 2 years ago
etc Ensure XenAPI options are loaded 2 years ago
neutron Fix stopping timer in TestTimer 2 years ago
playbooks Merge "Convert neutron-grenade-ovn job to be zuulv3" 3 years ago
rally-jobs [ci] Fix several rally task arguments 3 years ago
releasenotes Merge "Do not report ovs agent state if ovs is dead" 2 years ago
roles [OVN] Use the OVN DevStack module 3 years ago
tools [OVN] Updates to tools/migrate_names.txt 2 years ago
vagrant/ovn Fix local neutron folder path in ovn/sparse/Vagrantfile 3 years ago
zuul.d [OVS] Fix live-migration connection disruption 2 years 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 Remove "six" library 3 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 [Docs] Guide about running and debugging tempest tests 2 years ago
bindep.txt include python36-devel in bindep, for tests 3 years ago
lower-constraints.txt Avoid race condition when processing RowEvents 2 years ago
plugin.spec Add OSP16.1 choice to migration plugin spec 3 years ago
requirements.txt Avoid race condition when processing RowEvents 2 years ago
setup.cfg Add port NUMA affinity policy 3 years ago
setup.py Updated from global requirements 6 years ago
test-requirements.txt Move linters dependencies to tox.ini 2 years ago
tox.ini Move linters dependencies to tox.ini 2 years 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.