Merge "Make archive policy configurable" into stable/pike
[apex-tripleo-heat-templates.git] / docker / services / cinder-api.yaml
index 900131c..519b232 100644 (file)
@@ -184,3 +184,7 @@ outputs:
         - name: Stop and disable cinder_api service
           tags: step2
           service: name=httpd state=stopped enabled=no
+        - name: remove old cinder cron jobs
+          file:
+            path: /var/spool/cron/cinder
+            state: absent