Enable composable upgrades for docker service templates
[apex-tripleo-heat-templates.git] / docker / services / heat-engine.yaml
index c8259f9..c60a384 100644 (file)
@@ -93,3 +93,7 @@ outputs:
               - /etc/localtime:/etc/localtime:ro
             environment:
               - KOLLA_CONFIG_STRATEGY=COPY_ALWAYS
+      upgrade_tasks:
+        - name: Stop and disable heat_engine service
+          tags: step2
+          service: name=openstack-heat-engine state=stopped enabled=no