Merge "fix the initialization error"

This commit is contained in:
Zuul 2017-11-24 07:39:47 +00:00 committed by Gerrit Code Review
commit cb5b6c8a30

View File

@ -43,7 +43,8 @@ class VitrageInit(object):
LOG.info('Init Started')
if not self._wait_for_all_end_messages():
LOG.error('Initialization - max retries reached')
LOG.warning('Initialization - max retries reached %s',
self.end_messages)
else:
LOG.info('Initialization - All end messages were received')