From 063b34ce428ae439dcb948c0aeef2c147635ad23 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Fri, 21 Jun 2019 10:39:53 +0900 Subject: [PATCH] Remove duplicated cinder::cron::db_purge::destination ... so that we do not have a useless line which is overwritten by the other. Change-Id: I329d151a09a747566430ab4032e0f4984f7d7e7b --- deployment/cinder/cinder-base.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/deployment/cinder/cinder-base.yaml b/deployment/cinder/cinder-base.yaml index 0ec77d0a1a..689e65e956 100644 --- a/deployment/cinder/cinder-base.yaml +++ b/deployment/cinder/cinder-base.yaml @@ -124,7 +124,6 @@ outputs: - {get_param: CinderDebug } cinder::storage_availability_zone: {get_param: CinderStorageAvailabilityZone} cinder::rabbit_heartbeat_timeout_threshold: 60 - cinder::cron::db_purge::destination: '/dev/null' cinder::db::database_db_max_retries: -1 cinder::db::database_max_retries: -1 cinder::cron::db_purge::minute: {get_param: CinderCronDbPurgeMinute}