From 6e2dc8ab58ed620de80f13c01da152c67b5cb9a5 Mon Sep 17 00:00:00 2001 From: DennyZhang Date: Thu, 2 Jan 2014 10:27:42 -0600 Subject: [PATCH] Improve tools/uninstall-heat Inform users that the script doesn't remove related role/user from keystone. Change-Id: Ia0a7cb37ae568e37c86ff9047361c42186c21ab4 --- tools/uninstall-heat | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/uninstall-heat b/tools/uninstall-heat index bf44515f42..6f07349f1f 100755 --- a/tools/uninstall-heat +++ b/tools/uninstall-heat @@ -76,3 +76,4 @@ if user_wants 'Delete Heat logs?'; then echo 1>&2 fi +echo 'Warning: You shall explicitly remove related tenants, role, and users from keystone' 1>&2