Gary Kotton 87fdcee35e LOG.warn -> LOG.warning
Python 3 deprecated the logger.warn method, see:
https://docs.python.org/3/library/logging.html#logging.warning
so we prefer to use warning to avoid DeprecationWarning.

In addition to this there will be a hacking rule to prevent this
(https://review.openstack.org/#/c/262257/)

TrivialFix

Change-Id: Ic6802778eeeb9c48e5780de46dcf1f3d272e163b
2015-12-31 01:54:57 -08:00
..
2015-09-03 10:17:12 +03:00
2015-12-31 01:54:57 -08:00