Fit the indentation for log

Change-Id: Ifc29c4990285ae3f8faad0c07ece0eb475dd0818
This commit is contained in:
caoyuan 2018-01-25 22:18:56 +08:00 committed by Saad Zaher
parent 0f0e411663
commit 7da838765d
1 changed files with 4 additions and 4 deletions

View File

@ -433,10 +433,10 @@ class OpenstackOpts(object):
'Generated from auth_url: {1}'
.format(version, auth_url))
LOG.info('Authenticating with Keystone version: '
'{0}, auth_url: {1}, username: {2}, project: {3}'.
format(self.auth_version, self.auth_url,
self.username, self.project_name))
LOG.info('Authenticating with Keystone version: '
'{0}, auth_url: {1}, username: {2}, project: {3}'.
format(self.auth_version, self.auth_url,
self.username, self.project_name))
def get_opts_dicts(self):
"""