diff options
author | Chris Krelle <nobodycam@gmail.com> | 2014-03-14 08:10:15 -0700 |
---|---|---|
committer | Chris Krelle <nobodycam@gmail.com> | 2014-03-14 08:10:15 -0700 |
commit | ec24b7e40553f425ec83d2093a87355e805a2b11 (patch) | |
tree | 94e55fef0e3805a5a6d611095f0f162f0d0f4f1c | |
parent | 0490dd665899d3265a72965aeaf3a342275f4328 (diff) |
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
-rw-r--r-- | undercloud-vm-ironic-source.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |