Remove token logging

This patch removes the logging of the session token, since this
risks a form of session exposure.

Change-Id: I552b9d82c6bbad7f6728cc2169fbe358cb8a05c0
This commit is contained in:
Matt Borland 2016-09-06 08:10:07 -06:00
parent e96fddbe63
commit 7be9313fce
1 changed files with 0 additions and 3 deletions

View File

@ -35,9 +35,6 @@ def designateclient(request):
LOG.debug('no dns service configured.')
return None
LOG.debug('designateclient connection created using token "%s"'
'and url "%s"' % (request.user.token.id, designate_url))
insecure = getattr(settings, 'OPENSTACK_SSL_NO_VERIFY', False)
cacert = getattr(settings, 'OPENSTACK_SSL_CACERT', None)