tripleo-image-elements/elements/nova
Derek Higgins e234bddee9 Treat failure to hear back from neutron as non fatal
A recent change to nova requires neutron to have admin credentials in
order to report back to nova that VIF plugging is complete. Our neutron
doesn't have the appropriate credentials and adding them isn't trivial
as we don't know the tenant id when we do the heat stack-create of the
overcloud.

This commit should be considered a temporary workaround that disables the
requirement, this will unblock ci while we figure out how to handle the
problem correctly.

Related-Bug: #1293782

Change-Id: I1a31d31e3d3ab923217eaf3b2e865a28dd57ec44
2014-03-18 12:33:59 +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 Nova: don't hard code the venv dir 2014-03-12 09:49:10 -04:00
os-apply-config/etc/nova Treat failure to hear back from neutron as non fatal 2014-03-18 12:33:59 +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
README.md Nova: make logging configurable... 2013-12-16 19:24:48 -05:00
element-deps Use source-repository interface in nova element 2013-07-17 11:23:06 +01:00
source-repository-nova Use openstack git repos when possible 2013-11-15 10:48:11 +02:00

README.md

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.