Revert "Modify incorrect method to translate error message"

This reverts commit 161721311a.

Change-Id: Ia57e7dc952d36e9f4d8c5158b8fae3e44a586cbc
This commit is contained in:
Arun Mani 2017-11-13 05:02:36 +00:00
parent 161721311a
commit 50d1123691
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ def initialize_local_servicecatalog():
LOCAL = new_local_servicecatalog()
return
except Exception, e:
LOG.info(_('Keystone service is not ready. %s ' % unicode(e)))
LOG.info(_('Keystone service is not ready. %s ') % unicode(e))
count += 1
if count == CONF['openstack']['keystone_max_try_times']:
LOG.error(_('Keystone service is not ready eventually after'