Deprecate the old mergepy overcloud templates
[apex-tripleo-heat-templates.git] / undercloud-vm-ironic-config.yaml
index 1a90504..f5aa498 100644 (file)
@@ -5,9 +5,11 @@ resources:
       config:
         nova:
           compute_hostname: undercloud
-          compute_driver: ironic.nova.virt.ironic.driver.IronicDriver
-          compute_manager: ironic.nova.compute.manager.ClusteredComputeManager
+          compute_driver: {get_param: NovaComputeDriver}
+          compute_manager: {get_param: NovaComputeManager}
+          scheduler_host_manager: {get_param: NovaSchedulerHostManager}
           db: mysql://nova:unset@localhost/nova
+          debug: {get_param: Debug}
           default_ephemeral_format: ext4
           host: 127.0.0.1
           metadata-proxy: false