Merge "TrivialFix: Change LOG.warn to LOG.warning"
This commit is contained in:
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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user