Merge "Remove baremetal cron jobs on docker upgrade"
[apex-tripleo-heat-templates.git] / docker / services / nova-api.yaml
index be2c8a5..37c4da5 100644 (file)
@@ -225,3 +225,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