aboutsummaryrefslogtreecommitdiffstats
path: root/undercloud-vm-ironic-deploy.yaml
diff options
context:
space:
mode:
authorDan Prince <dprince@redhat.com>2014-09-19 10:44:32 -0400
committerDan Prince <dprince@redhat.com>2014-09-19 10:44:32 -0400
commit46e724baa074dde2cfb93f6c00dca5e6144909be (patch)
tree1b92227a5a8fc52c3eeced9aee5f9ccef442cba7 /undercloud-vm-ironic-deploy.yaml
parent6e766483306ae0dabd4fff47f9234ede588f7be4 (diff)
undercloud: use Nova compute Ironic driver
Updates the NovaComputeDriver and NovaSchedulerHostManager defaults so that we use the Nova in-tree versions of the Ironic compute and scheduler host managers. The old Ironic in-tree drivers are now deprecated. Change-Id: I91667a3e7861591285c931006c448cc304649349
Diffstat (limited to 'undercloud-vm-ironic-deploy.yaml')
-rw-r--r--undercloud-vm-ironic-deploy.yaml4
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: