tripleo-image-elements/elements/nova
Robert Collins 8f33f0496f Permit overriding the nova compute manager.
This needs to be overriden for Ironic deployments, for now.

Change-Id: I778a96c5024a422a3992adc7f5410bf1b812b592
2014-03-26 00:31:43 +13: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 Permit overriding the nova compute manager. 2014-03-26 00:31:43 +13: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 Permit overriding the nova compute manager. 2014-03-26 00:31:43 +13: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. compute_manager: "ironic.nova.compute.manager.ClusterComputeManager" - set to override the compute manager class used by Nova-Compute.