From 90c59661d150e7da9cb36749b02ef79f1a95353d Mon Sep 17 00:00:00 2001
From: David Shrewsbury <shrewsbury.dave@gmail.com>
Date: Mon, 9 Oct 2017 15:55:07 -0400
Subject: [PATCH] Remove cron entries from nodepool launcher configs

These are remnants of the v2 code and are not used with the latest
launcher.

Change-Id: Ic2bb6d01d607a0fe05367d6499603cb8b52d099f
---
 nodepool/nl01.openstack.org.yaml | 4 ----
 nodepool/nl02.openstack.org.yaml | 4 ----
 2 files changed, 8 deletions(-)

diff --git a/nodepool/nl01.openstack.org.yaml b/nodepool/nl01.openstack.org.yaml
index 2f968b5805..b9dc37098c 100644
--- a/nodepool/nl01.openstack.org.yaml
+++ b/nodepool/nl01.openstack.org.yaml
@@ -1,10 +1,6 @@
 elements-dir: /etc/nodepool/elements
 images-dir: /opt/nodepool_dib
 
-cron:
-  cleanup: '*/1 * * * *'
-  check: '*/15 * * * *'
-
 zookeeper-servers:
   - host: nodepool.openstack.org
     port: 2181
diff --git a/nodepool/nl02.openstack.org.yaml b/nodepool/nl02.openstack.org.yaml
index cd148ea368..5d8e58174c 100644
--- a/nodepool/nl02.openstack.org.yaml
+++ b/nodepool/nl02.openstack.org.yaml
@@ -1,10 +1,6 @@
 elements-dir: /etc/nodepool/elements
 images-dir: /opt/nodepool_dib
 
-cron:
-  cleanup: '*/1 * * * *'
-  check: '*/15 * * * *'
-
 zookeeper-servers:
   - host: nodepool.openstack.org
     port: 2181