Merge "Adds missing log when store_data is database"
This commit is contained in:
commit
9a62401fb7
@ -62,9 +62,9 @@ class ConductorManager(object):
|
|||||||
LOG.warning('Introspection data will not be stored. Change '
|
LOG.warning('Introspection data will not be stored. Change '
|
||||||
'"[processing] store_data" option if this is not '
|
'"[processing] store_data" option if this is not '
|
||||||
'the desired behavior')
|
'the desired behavior')
|
||||||
elif CONF.processing.store_data == 'swift':
|
else:
|
||||||
LOG.info('Introspection data will be stored in Swift in the '
|
LOG.info('Introspection data will be stored in the %s backend',
|
||||||
'container %s', CONF.swift.container)
|
CONF.processing.store_data)
|
||||||
|
|
||||||
db.init()
|
db.init()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user