Change nova compute driver location
authorChris Krelle <nobodycam@gmail.com>
Fri, 14 Mar 2014 15:10:15 +0000 (08:10 -0700)
committerChris Krelle <nobodycam@gmail.com>
Fri, 14 Mar 2014 15:10:15 +0000 (08:10 -0700)
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

index 5b41e1a..9673bb5 100644 (file)
@@ -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