OpenStack Networking (Neutron)
d63da24a13
OVNHashRing objects are used by OVN backend to register the nodes controlled. The methods implemented are: - add_node: including the group_name and optionally the node_uuid - remove_nodes_from_host: remove all nodes maching a hostname and group_name - touch_nodes_from_host: update a OVNHashRing register timestamp, filtering by hostname and group_name - touch_node: update a OVNHashRing register timestamp, filtering by node_uuid - get_active_nodes: retrieve any active node (filtering timestamp), group_name and hostname Previous paths in networking-ovn tree: ./networking_ovn/db/hash_ring.py -> ./neutron/db/ovn_hash_ring_db.py ./networking_ovn/tests/unit/db/test_hash_ring.py -> ./neutron/tests/unit/db/test_ovn_hash_ring_db.py Co-Authored-By: Lucas Alvares Gomes <lucasagomes@gmail.com> Change-Id: Ibb9c79771c48ccde564c39be9d781f3720802a2d Partially-Implements: blueprint neutron-ovn-merge |
||
---|---|---|
api-ref | ||
bin | ||
devstack | ||
doc | ||
etc | ||
neutron | ||
playbooks | ||
rally-jobs | ||
releasenotes | ||
roles | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.pylintrc | ||
.stestr.conf | ||
.zuul.yaml | ||
babel.cfg | ||
bindep.txt | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
lower-constraints.txt | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
TESTING.rst | ||
tox.ini |
OpenStack Neutron
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:
- Documentation: https://docs.openstack.org/neutron/latest/
- Features: https://specs.openstack.org/openstack/neutron-specs
- Defects: https://launchpad.net/neutron
- Release notes: https://docs.openstack.org/releasenotes/neutron/index.html
- Source: https://opendev.org/openstack/neutron
Get in touch via email. Use [Neutron] in your subject.
To learn how to contribute, please read the CONTRIBUTING.rst file.