Merge "Replace LOG.warn with LOG.warning"

This commit is contained in:
Zuul 2018-04-12 13:46:21 +00:00 committed by Gerrit Code Review
commit fc02bef9bc
1 changed files with 2 additions and 2 deletions

View File

@ -196,8 +196,8 @@ for service in (json_data or []):
configs[config_volume][2] = '%s\n%s' % (configs[config_volume][2], configs[config_volume][2] = '%s\n%s' % (configs[config_volume][2],
manifest) manifest)
if configs[config_volume][3] != config_image: if configs[config_volume][3] != config_image:
log.warn("Config containers do not match even though" log.warning("Config containers do not match even though"
" shared volumes are the same!") " shared volumes are the same!")
else: else:
if not config_volume_only or (config_volume_only == config_volume): if not config_volume_only or (config_volume_only == config_volume):
log.debug("Adding new service") log.debug("Adding new service")