From ec24b7e40553f425ec83d2093a87355e805a2b11 Mon Sep 17 00:00:00 2001 From: Chris Krelle Date: Fri, 14 Mar 2014 08:10:15 -0700 Subject: 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 --- undercloud-vm-ironic-source.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'undercloud-vm-ironic-source.yaml') 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 -- cgit 1.2.3-korg