Merge "Parameterize network type and tunnel types"
[apex-tripleo-heat-templates.git] / undercloud-vm-ironic-deploy.yaml
index 6e778e5..f1d3af7 100644 (file)
@@ -7,6 +7,18 @@ parameters:
     default: eth0
     description: What interface to bridge onto br-ex for network nodes.
     type: string
+  NovaComputeDriver:
+    default: ironic.nova.virt.ironic.driver.IronicDriver
+    description: Full class name for the Nova compute driver
+    type: string
+  NovaComputeManager:
+    default: ironic.nova.compute.manager.ClusteredComputeManager
+    description: Full class name for the Nova compute manager
+    type: string
+  NovaSchedulerHostManager:
+    default: ironic.nova.scheduler.ironic_host_manager.IronicHostManager
+    description: Full class name for the Nova scheduler host manager
+    type: string
   PowerSSHPrivateKey:
     description: Private key for using to ssh to a virtual power host.
     type: string