Merge "Fix the constraints for THT params NeutronDpdkCoreList and HostCpusList"
[apex-tripleo-heat-templates.git] / docker / services / heat-api-cfn.yaml
index 6cfc8ec..37fa4c8 100644 (file)
@@ -38,6 +38,7 @@ parameters:
   RoleParameters:
     default: {}
     description: Parameters specific to the role
+    type: json
   EnableInternalTLS:
     type: boolean
     default: false
@@ -131,3 +132,5 @@ outputs:
         - name: Stop and disable heat_api_cfn service
           tags: step2
           service: name=httpd state=stopped enabled=no
+      metadata_settings:
+        get_attr: [HeatBase, role_data, metadata_settings]