diff options
author | Jenkins <jenkins@review.openstack.org> | 2014-03-17 10:21:02 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2014-03-17 10:21:02 +0000 |
commit | b8ba27916819e3e805c76be69f251a04be227e29 (patch) | |
tree | f4891fad39e7dacd1c7dc507a9eaff30d281309a | |
parent | b134483627fa21af4788402b2ca984c17a48afe9 (diff) | |
parent | ec24b7e40553f425ec83d2093a87355e805a2b11 (diff) |
Merge "Change nova compute driver location"
-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 |