OpenStack Networking (Neutron)
cdfeeaf2bc
If the host OS is using an older kernel and invoke the compile_ovs function from the DevStack OVS library (devstack/lib/ovs), that function will try to install the kernel-dev and kernel-headers package even if the "build_modules" parameter is set to False. That could fail because the specific kernel-* packages for the version of the kernel running may not be present in the distro's repository anymore. Plus, if the kernel modules will not be compiled, there's no reason to install such packages. This patch is fixing this problem by using the "build_modules" parameter as a flag to whether install or not those kernel-* packages. Change-Id: I11af0e22d25973e6334e867ab2659fbdf9f10d86 Closes-Bug: #1802101 Signed-off-by: Lucas Alvares Gomes <lucasagomes@gmail.com> |
||
---|---|---|
api-ref | ||
bin | ||
devstack | ||
doc | ||
etc | ||
neutron | ||
playbooks/legacy | ||
rally-jobs | ||
releasenotes | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.pylintrc | ||
.stestr.conf | ||
.zuul.yaml | ||
babel.cfg | ||
bindep.txt | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
lower-constraints.txt | ||
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
- Release notes: https://docs.openstack.org/releasenotes/neutron/index.html
Get in touch via email. Use [Neutron] in your subject.
To learn how to contribute:
CONTRIBUTING.rst