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
Rodolfo Alonso Hernandez f8cb7e849f [OVN] Add revision number maintenance methods
The OVNRevisionNumbers maintenance methods are used to check
inconsistences between the Neutron and the OVN databases. Two
methods are implemented:
- get_inconsistent_resources: to retrieve those registers with
  different revision number
- get_deleted_resources: to retrieve the list of OVNRevisionNumbers
  orphan registers (the resource register is deleted).

Previous paths in networking-ovn tree:
./networking_ovn/db/maintenance -> ./neutron/db/ovn_revision_numbers_db

Co-Authored-By: Lucas Alvares Gomes <lucasagomes@gmail.com>

Change-Id: I948af3d3b93731dbf0773615759b49bf6b4a8f5f
Partially-Implements: blueprint neutron-ovn-merge
4 years ago
api-ref Fix some typos 7 years ago
bin Use os-xenapi for neutron when XenServer as hypervisor 6 years ago
devstack Merge "Fix designate driver not being fully region aware" 4 years ago
doc Add upgrade check for NIC Switch agent 4 years ago
etc Set rootwrap daemon timeout for fullstack and functional tests 4 years ago
neutron [OVN] Add revision number maintenance methods 4 years ago
playbooks Rehome networking-ovn CI jobs to neutron repository 4 years ago
rally-jobs Rally task definition for port binding scenario 4 years ago
releasenotes Merge "Dont schedule Network, respecting network_auto_schedule config" 4 years ago
roles Fix log directory permissions for functional job 4 years ago
tools Set rootwrap daemon timeout for fullstack and functional tests 4 years ago
.coveragerc Cleanup coverage configuration 7 years ago
.gitignore Removing existing dirs from .gitignore 4 years ago
.gitreview OpenDev Migration Patch 4 years ago
.mailmap Add mailmap entry 9 years ago
.pylintrc Fix pylint R1717 (consider-using-dict-comprehension) refactor messages 4 years ago
.stestr.conf Fix post gate hook to accommodate for new os-testr 6 years ago
.zuul.yaml [OVN] Disable ovn jobs temporary 4 years ago
CONTRIBUTING.rst Update link for contribution 6 years ago
HACKING.rst Update the documentation link for doc migration 6 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 Stop testing python 2 4 years ago
babel.cfg Use babel to generate translation file 10 years ago
bindep.txt Merge "Stop testing python 2" 4 years ago
lower-constraints.txt [OVN] Sync requirements with OVN 4 years ago
requirements.txt [OVN] Sync requirements with OVN 4 years ago
setup.cfg Stop testing python 2 4 years ago
setup.py Updated from global requirements 6 years ago
test-requirements.txt Use openstacksdk for ironic notifiers 4 years ago
tox.ini Set ignore_basepython_conflict to true in tox.ini 4 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.