diff options
author | Jenkins <jenkins@review.openstack.org> | 2014-09-26 12:23:12 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2014-09-26 12:23:12 +0000 |
commit | 0df4f416f9587881b8f7442b07506edf1155c3d3 (patch) | |
tree | aff7c0120cb30a4b3359af4bad91ba5ce077d8b5 | |
parent | 53aaa6b528bb97bedee8a87e7f9290b10e9c1b3d (diff) | |
parent | 46e724baa074dde2cfb93f6c00dca5e6144909be (diff) |
Merge "undercloud: use Nova compute Ironic driver"
-rw-r--r-- | undercloud-vm-ironic-deploy.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/undercloud-vm-ironic-deploy.yaml b/undercloud-vm-ironic-deploy.yaml index f1d3af78..3bf32a76 100644 --- a/undercloud-vm-ironic-deploy.yaml +++ b/undercloud-vm-ironic-deploy.yaml @@ -8,7 +8,7 @@ parameters: description: What interface to bridge onto br-ex for network nodes. type: string NovaComputeDriver: - default: ironic.nova.virt.ironic.driver.IronicDriver + default: nova.virt.ironic.driver.IronicDriver description: Full class name for the Nova compute driver type: string NovaComputeManager: @@ -16,7 +16,7 @@ parameters: description: Full class name for the Nova compute manager type: string NovaSchedulerHostManager: - default: ironic.nova.scheduler.ironic_host_manager.IronicHostManager + default: nova.scheduler.ironic_host_manager.IronicHostManager description: Full class name for the Nova scheduler host manager type: string PowerSSHPrivateKey: |