tripleo-image-elements/elements/nova/README.md
Dan Prince e30f45dbe3 Nova: make logging configurable...
Adds top level nova.debug and nova.verbose config parameters
to control Nova logging.

The motivation for this change is so that we can more easily
control the log level of Nova. For production our default log
level is still WARN, and for CI we'll be able to easily increase
the level to DEBUG.

Change-Id: Ia24a6021dd42eae9719a642f639346f217c92f30
2013-12-16 19:24:48 -05:00

589 B

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.