Merge "Adds missing log when store_data is database"

This commit is contained in:
Zuul 2019-07-23 20:08:29 +00:00 committed by Gerrit Code Review
commit 9a62401fb7
1 changed files with 3 additions and 3 deletions

View File

@ -62,9 +62,9 @@ class ConductorManager(object):
LOG.warning('Introspection data will not be stored. Change '
'"[processing] store_data" option if this is not '
'the desired behavior')
elif CONF.processing.store_data == 'swift':
LOG.info('Introspection data will be stored in Swift in the '
'container %s', CONF.swift.container)
else:
LOG.info('Introspection data will be stored in the %s backend',
CONF.processing.store_data)
db.init()