Remove baremetal cron jobs on docker upgrade
[apex-tripleo-heat-templates.git] / docker / services / nova-api.yaml
index da46104..dd4f96c 100644 (file)
@@ -210,3 +210,7 @@ outputs:
         - name: Stop and disable nova_api service
           tags: step2
           service: name=openstack-nova-api state=stopped enabled=no
+        - name: remove old nova cron jobs
+          file:
+            path: /var/spool/cron/nova
+            state: absent