Don't expose password in heat-keystone-setup-domain logs

heat-keystone-setup-domain is logging
the password to the log file. This patch
removes the logging as it's security concerns

Change-Id: I0f017a9c114ac60ea9f5e0df012334ead8cb434a
Closes-bug: #1336225
This commit is contained in:
Kanagaraj Manickam 2014-07-01 16:34:21 +05:30
parent 98b1c2b32b
commit 35cf2f7a3b
1 changed files with 0 additions and 1 deletions

View File

@ -51,7 +51,6 @@ HEAT_DOMAIN_PASSWORD = os.environ.get('HEAT_DOMAIN_PASSWORD',
HEAT_DOMAIN_DESCRIPTION = 'Contains users and projects created by heat'
logger.debug("USERNAME=%s" % USERNAME)
logger.debug("PASSWORD=%s" % PASSWORD)
logger.debug("AUTH_URL=%s" % AUTH_URL)