OpenStack Networking (Neutron)
36ba1cc319
Prior to this patch, the metadata agent was writing into SB database when a network had been provisioned with metadata on a particular chassis. Then, neutron-server would wait for that event to happen with a 15s timeout before sending the vif-plugged event to Nova. By removing this mechanism: 1) We'll save writes to OVN SB database which, in highly loaded systems and at scale reduces significantly the load on ovsdb-server. 2) Ignoring healthchecks (that still requires write to the SB DB), we can make OVN metadata agent to connect to slave instances when using active-backup OVN databases since writes are not needed. 3) There's a chance that the VM boots very fast and requests metadata before the service is ready but since the timeout was 15 seconds, we can safely rely on the the cloud-init retries. Signed-off-by: Daniel Alvarez Sanchez <dalvarez@redhat.com> Change-Id: Ia6cd7a9a3b9662a9a8ce106e01a93c357c255956 |
||
---|---|---|
api-ref | ||
devstack | ||
doc | ||
etc | ||
neutron | ||
playbooks | ||
rally-jobs | ||
releasenotes | ||
roles | ||
tools | ||
vagrant/ovn | ||
zuul.d | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.pylintrc | ||
.stestr.conf | ||
bindep.txt | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
lower-constraints.txt | ||
plugin.spec | ||
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.