OpenStack Networking (Neutron)
fef374131b
Previously, running neutron_ovs_cleanup on an installation with 5000 ports would time out even after setting the timeout to 3 hours. The code would do a bridge and port "by name" lookup for every port due to being based off the ovs-vsctl implementation where names are how everything is looked up. With this change, the same test runs in ~1.5 mins. This implementation adds a new OVSDB command that just looks up the bridge, iterates over its ports, and deletes the ones that should be deleted in a single transaction per bridge. Change-Id: I23c81813654596d61d8d930e0bfb0f016f91bc46 |
||
---|---|---|
api-ref | ||
bin | ||
devstack | ||
doc | ||
etc | ||
neutron | ||
playbooks/legacy | ||
rally-jobs | ||
releasenotes | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.pylintrc | ||
.stestr.conf | ||
.testr.conf | ||
.zuul.yaml | ||
babel.cfg | ||
bindep.txt | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
TESTING.rst | ||
tox.ini |
Team and repository tags
Welcome!
To learn more about neutron:
- Documentation: https://docs.openstack.org
- Features: https://specs.openstack.org/openstack/neutron-specs
- Defects: https://launchpad.net/neutron
Get in touch via email. Use [Neutron] in your subject.
To learn how to contribute:
CONTRIBUTING.rst