From 9d8e735fb5c1d4df4928c274df1ddd3ba3b151b4 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 22 Jan 2020 13:12:04 +0900 Subject: [PATCH] Fix incorrect parameter to set max delay in cinder db purge cron Closes-bug: #1860505 Change-Id: I5ed014fb1061379d7a7a8686d289c1303941dce9 (cherry picked from commit fa52709a871492b60f140e387044e24b1973594f) (cherry picked from commit fa67cb17afde833b7a714dcf9bfd3376a7800c34) (cherry picked from commit 7c837f11fcbc5bb7499a6a25757d8961b2d60a8d) (cherry picked from commit 10e7dd8fab9bcea594e85ab12bb55c92803f9da2) --- puppet/services/cinder-base.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puppet/services/cinder-base.yaml b/puppet/services/cinder-base.yaml index 4d91b836c2..0584f39051 100644 --- a/puppet/services/cinder-base.yaml +++ b/puppet/services/cinder-base.yaml @@ -152,7 +152,7 @@ outputs: cinder::cron::db_purge::user: {get_param: CinderCronDbPurgeUser} cinder::cron::db_purge::age: {get_param: CinderCronDbPurgeAge} cinder::cron::db_purge::destination: {get_param: CinderCronDbPurgeDestination} - cinder::cron::db_purge::max_delay: {get_param: CinderCronDbPurgeMaxDelay} + cinder::cron::db_purge::maxdelay: {get_param: CinderCronDbPurgeMaxDelay} cinder::glance::glance_api_servers: {get_param: [EndpointMap, GlanceInternal, uri]} cinder::nova::interface: admin cinder::nova::auth_type: password