Explicitly set nova and neutron host on controllers
[apex-tripleo-heat-templates.git] / extraconfig / tasks / post_puppet_pacemaker.yaml
index 7de41d9..fbed9ce 100644 (file)
@@ -33,7 +33,11 @@ resources:
     type: OS::Heat::SoftwareConfig
     properties:
       group: script
-      config: {get_file: pacemaker_resource_restart.sh}
+      config:
+        list_join:
+        - ''
+        - - get_file: pacemaker_common_functions.sh
+          - get_file: pacemaker_resource_restart.sh
 
   ControllerPostPuppetRestartDeployment:
     type: OS::Heat::SoftwareDeployments