feb9c52968
On a system that has access only to a pypi-mirror without cached wheels, there a failure to build the overcloud-compute image. This is due to the requisite *-dev packages not necessarily being present on the system. (With binary wheels, this problem won't surface.) Correct the nova element to specify its binary dependencies explicitly. Change-Id: Iae97ccb63a9fd33d2aa132c0b6c245554cbadf63 |
||
---|---|---|
.. | ||
environment.d | ||
install.d/nova-source-install | ||
os-apply-config/etc/nova | ||
os-refresh-config/configure.d | ||
pre-install.d | ||
element-deps | ||
README.md | ||
source-repository-nova |
Install nova software from git.
Configuration
nova: verbose: False - Print more verbose output (set logging level to INFO instead of default WARNING level). debug: False - Print debugging output (set logging level to DEBUG instead of default WARNING level). baremetal: pxe_deploy_timeout: "1200" - the duration in seconds for pxe deployment timeouts. virtual_power: type: "virsh" - what virtual power driver to use. "virsh" or "vbox" compute_libvirt_type: "qemu" - what libvirt compute type. Unset will use the nova default.