Slawek Kaplonski
bcf248e6ea
[Fullstack] Use only one keepalived-state-change thread in L3 agent
By default number of threads used by the neutron-keepalived-state-change service is set to "1 + <num_of_cpus> / 2" which in CI results with "4". This is definitely not needed for the fullstack tests where L3 agent is spawned for the single test and don't need to handle more than one router ever. To safe some CPU resources this patch sets this config option to '1' in fullstack tests. Related-bug: #2083609 Change-Id: I18cfb18abe481f47db870f210188e1a570844077 (cherry picked from commit df177b15db2b92b6e8050f812a8ee0b3fcfd460f)
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.
Description
Languages
Python
99.7%
Shell
0.3%