OpenStack Networking (Neutron)
aead4aa99d
The Neutron "port.status" field ("ACTIVE", "DOWN") is set depending on the Logical Switch Port "up" and "enabled" flags. Before this patch, the "port.status" depended only on the "up" flag. However, the user can set the "port.admin_state_up" field that will modify the "lsp.enabled" flag. If the "port.admin_state_up" is DOWN, the port does not transmit and the status should be "DOWN". The OVN backend is correctly disabling the port transmission; what was incorrect in the Neutron API is only the "port.status" field. This is currently working in other mechanism drivers like LB or OVS. Closes-Bug: #2036705 Change-Id: I5b7b55b0b365df7246a571cea97a392cdf89bdb6 |
||
---|---|---|
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 | ||
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
If you would like to contribute to Neutron, please read the file CONTRIBUTING.rst or see the Neutron contributor guide:
https://docs.openstack.org/neutron/latest/contributor/contributing.html
Get in touch via email. Use [Neutron] in your subject.