From 9908094644dc3ba0b8fe1c69e826b67ee614d6a4 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Mon, 16 Sep 2019 11:21:45 +0900 Subject: [PATCH] Fix wrong comment about heat_enable_db_purge TrivialFix Change-Id: Id6d04039ab8b6ed839cd6f8e453c3d93fc7dc978 --- manifests/profile/base/heat.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/profile/base/heat.pp b/manifests/profile/base/heat.pp index 59b2345fe..ab9fae0bd 100644 --- a/manifests/profile/base/heat.pp +++ b/manifests/profile/base/heat.pp @@ -23,8 +23,8 @@ # Defaults to downcase(hiera('heat_engine_short_bootstrap_node_name')) # # [*manage_db_purge*] -# (Optional) Whether keystone token flushing should be enabled -# Defaults to hiera('keystone_enable_db_purge', true) +# (Optional) Whether to enable db purging +# Defaults to hiera('heat_enable_db_purge', true) # # [*step*] # (Optional) The current step in deployment. See tripleo-heat-templates