senlin/senlin
zhurong b3cde50695 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: Ic7496d4dc765586e1bc79c3202b80c444443faf0
Closes-Bug: #1530742
2015-12-22 10:18:50 +08:00
..
api Rename timestamp fields (1) 2016-01-03 10:15:22 -05:00
cmd Implement purge_deleted command 2015-12-16 04:12:14 -05:00
common Change LOG.warn to LOG.warning 2015-12-22 10:18:50 +08:00
db Rename timestamp fields (2) 2016-01-03 10:49:50 -05:00
drivers Merge "Enable update of flavor property of Nova server profile" 2015-12-23 03:21:55 +00:00
engine Change LOG.warn to LOG.warning 2015-12-22 10:18:50 +08:00
hacking Use assertIsNone rather than assertEqual(A, None) 2015-12-31 03:12:59 +00:00
locale Fix spelling error for senlin.policy.deletion schema 2015-11-06 01:08:14 +00:00
policies Rename timestamp fields (1) 2016-01-03 10:15:22 -05:00
profiles Rename timestamp fields (1) 2016-01-03 10:15:22 -05:00
rpc Remove 'show_deleted' from API interface 2016-01-03 03:59:20 -05:00
tests Rename timestamp fields (2) 2016-01-03 10:49:50 -05:00
__init__.py Fixed oslo.i18n namespace errors 2015-01-19 19:45:49 +08:00
version.py Initial verion 2014-12-14 18:08:05 +08:00