diff options
author | Jenkins <jenkins@review.openstack.org> | 2014-01-09 09:29:18 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2014-01-09 09:29:18 +0000 |
commit | b0756fa4ff1169f23242fbcabcfe4056de6d0c0a (patch) | |
tree | a422c221d85776042b4709b18f3952719d71d9ae /tools | |
parent | 66e7f1b078bf348374e656c9319d0230cc60b10c (diff) | |
parent | 6e2dc8ab58ed620de80f13c01da152c67b5cb9a5 (diff) | |
download | heat-b0756fa4ff1169f23242fbcabcfe4056de6d0c0a.tar.gz |
Merge "Improve tools/uninstall-heat"
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/uninstall-heat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/uninstall-heat b/tools/uninstall-heat index bf44515f4..6f07349f1 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 |