python-dracclient/dracclient
Tin Lam e2dd764649 Change LOG.warn to 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.

Change-Id: Ide5daf929e2e1717f6a756d609071ff329f443a8
Closes-Bug: #1508442
2016-02-19 09:43:03 -06:00
..
resources Change LOG.warn to LOG.warning 2016-02-19 09:43:03 -06:00
tests Add RAID management 2015-12-09 16:22:11 +01:00
__init__.py Initial commit 2015-08-03 10:50:50 +02:00
client.py Fix docstrings for params 2015-12-09 16:22:32 +01:00
constants.py Add power management 2015-11-10 10:05:21 +01:00
exceptions.py Add power management 2015-11-10 10:05:21 +01:00
utils.py Fix docstrings for params 2015-12-09 16:22:32 +01:00
wsman.py Add support for lists in wsman properties 2015-10-08 10:46:47 +02:00