OpenStack Networking (Neutron)
62d3f91f92
"conf/agent/ovs_conf.py" has some common options for ovs agent and L3/dhcp/metadata agent [1] to handle records on ovsdb, mostly for ovsdb related action only when the interface driver is 'openvswitch' [2][3]. The options of "conf/plugins/ml2/drivers/ovs_conf.py" are mainly for ovs-agent. The "openflow_processed_per_port" is in wrong place, because L3/DHCP/metadata agent will never try to "install flows per port". The option ``openflow_processed_per_port`` is still in [OVS] section for openvswitch agent. [1] https://github.com/openstack/neutron/blob/master/neutron/opts.py#L209 [2] https://codesearch.openstack.org/?q=from%20neutron.conf.agent%20import%20ovs_conf&i=nope&literal=nope&files=&excludeFiles=&repos= [3] https://codesearch.openstack.org/?q=ovs_conf.register_ovs_agent_opts&i=nope&literal=nope&files=&excludeFiles=&repos= Change-Id: I43756c81ba3eede2ff8b1f4c6ead4c9426d78f90 |
||
---|---|---|
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
Get in touch via email. Use [Neutron] in your subject.
To learn how to contribute, please read the CONTRIBUTING.rst file.