From: Chris Krelle Date: Fri, 14 Mar 2014 15:10:15 +0000 (-0700) Subject: Change nova compute driver location X-Git-Tag: opnfv-6.0.0~2857^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=ec24b7e40553f425ec83d2093a87355e805a2b11;p=apex-tripleo-heat-templates.git Change nova compute driver location This patch changes the location of the Ironic Nova compute driver in nova.conf so that it uses the driver from within the Ironic directory tree. This patch will need to be reverted once the Ironic Nova driver lands in the nova. Change-Id: I9199d506f3665cb0827edd642a1806713a42b90e --- diff --git a/undercloud-vm-ironic-source.yaml b/undercloud-vm-ironic-source.yaml index 5b41e1a3..9673bb51 100644 --- a/undercloud-vm-ironic-source.yaml +++ b/undercloud-vm-ironic-source.yaml @@ -9,7 +9,7 @@ Resources: Metadata: nova: compute_hostname: undercloud - compute_driver: ironic.driver.IronicDriver + compute_driver: ironic.nova.virt.ironic.driver.IronicDriver db: mysql://nova:unset@localhost/nova default_ephemeral_format: ext4 host: 127.0.0.1