Enable heat-manage purge_deleted cron job

Without this the heat database tables will grow without limit.

Change-Id: I9fa3e8d8211a054b8ebb9a2a74547b1437b3f69d
DependsOn: Ia2b80e5003450cd794ebb0c9ca72200ec8616e81
This commit is contained in:
Steve Baker
2016-02-12 13:41:05 +13:00
parent d56cbb0527
commit 728d8c9133
2 changed files with 4 additions and 0 deletions

View File

@@ -322,6 +322,7 @@ include ::heat::api
include ::heat::api_cfn
include ::heat::engine
include ::heat::keystone::domain
include ::heat::cron::purge_deleted
# We're creating the admin role and heat domain user in puppet and need
# to make sure they are done in order.

View File

@@ -125,6 +125,9 @@ heat::keystone::auth::internal_url: {{UNDERCLOUD_ENDPOINT_HEAT_INTERNAL}}
heat::keystone::auth::admin_url: {{UNDERCLOUD_ENDPOINT_HEAT_ADMIN}}
heat::keystone::auth::password: {{UNDERCLOUD_HEAT_PASSWORD}}
heat::keystone::auth::region: "%{hiera('keystone_region')}"
heat::cron::purge_deleted::age: 1
heat::cron::purge_deleted::age_type: 'days'
heat::cron::purge_deleted::destination: '/dev/null'
# Keystone
keystone::admin_token: {{UNDERCLOUD_ADMIN_TOKEN}}