puppet: add debug mode for OpenStack services
[apex-tripleo-heat-templates.git] / undercloud-vm-ironic-config.yaml
index 241efa1..f5aa498 100644 (file)
@@ -1,13 +1,15 @@
-Resources:
+resources:
   undercloudNovaConfig:
-    Type: OS::Heat::StructuredConfig
-    Properties:
+    type: OS::Heat::StructuredConfig
+    properties:
       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
@@ -16,8 +18,8 @@ Resources:
             reserved_host_memory_mb: 0
           service-password: {get_input: nova_service_password}
   undercloudIronicConfig:
-    Type: OS::Heat::StructuredConfig
-    Properties:
+    type: OS::Heat::StructuredConfig
+    properties:
       config:
         ironic:
           db: mysql://ironic:unset@localhost/ironic