prototypes: bifrost: Fix Ironic drivers for VMs
authorMarkos Chandras <mchandras@suse.de>
Wed, 29 Mar 2017 08:09:03 +0000 (09:09 +0100)
committerTrevor Bramwell <tbramwell@linuxfoundation.org>
Fri, 11 Aug 2017 19:56:12 +0000 (12:56 -0700)
commitb241c405dada2146d742d3b8fe8c5ede69fe5d24
treeb09ff0192d104beb67187245673124a44077eea7
parentf8fca799d3c20c5b07af1af96e7bd7626a0e1030
prototypes: bifrost: Fix Ironic drivers for VMs

Commit d8235c3c97f4("Set database pool_size in ironic.conf and
inspector.conf templates") added a copy of the ironic.conf.j2
template file to workaround an upstream bug but it also changed
the default ironic drivers leading to broken introspection. We use
virtual BMC for controlling the VMs and this expects ipmi ironic
drivers so we fix that.

Change-Id: Ibb2cc58738ec1693e136bdce7335cd1b861ec613
Fixes: d8235c3c97f4("Set database pool_size in ironic.conf and inspector.conf templates")
Signed-off-by: Markos Chandras <mchandras@suse.de>
bifrost/playbooks/roles/bifrost-ironic-install/templates/ironic.conf.j2