Enable Docker service for Compute role
[apex-tripleo-heat-templates.git] / docker / services / ironic-api.yaml
index 97ba970..ca42c9e 100644 (file)
@@ -100,3 +100,7 @@ outputs:
               - /etc/localtime:/etc/localtime:ro
             environment:
               - KOLLA_CONFIG_STRATEGY=COPY_ALWAYS
+      upgrade_tasks:
+        - name: Stop and disable ironic_api service
+          tags: step2
+          service: name=openstack-ironic-api state=stopped enabled=no