Merge "TrivialFix: Change LOG.warn to LOG.warning"

This commit is contained in:
Jenkins 2016-08-12 14:56:58 +00:00 committed by Gerrit Code Review
commit 42843b0e8a

@ -79,7 +79,7 @@ class AuthClientLoader(object):
CONF, self.group)
if self.deprecated_opts_for_v2 and not self.auth_plugin:
LOG.warn(_LW("Not specifying auth options is deprecated"))
LOG.warning(_LW("Not specifying auth options is deprecated"))
self.auth_plugin = v2.Password().load_from_options(
**self.deprecated_opts_for_v2)