tripleo-image-elements/elements/nova
Jan Grant feb9c52968 Ensure the nova element is installable
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
2014-03-24 21:24:15 +00:00
..
environment.d Nova: don't hard code the venv dir 2014-03-12 09:49:10 -04:00
install.d/nova-source-install Ensure the nova element is installable 2014-03-24 21:24:15 +00:00
os-apply-config/etc/nova Merge "Remove many references to github" 2014-03-21 02:46:56 +00:00
os-refresh-config/configure.d Make nova and nova-kvm elements more compatible. 2014-01-23 13:31:56 -05:00
pre-install.d Updates nova notty file 2014-01-14 09:45:12 -05:00
element-deps Use source-repository interface in nova element 2013-07-17 11:23:06 +01:00
README.md Nova: make logging configurable... 2013-12-16 19:24:48 -05:00
source-repository-nova Use openstack git repos when possible 2013-11-15 10:48:11 +02:00

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.