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
This commit is contained in:
Chris Krelle 2014-03-14 08:10:15 -07:00
parent 0490dd6658
commit ec24b7e405
1 changed files with 1 additions and 1 deletions

View 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