octavia/octavia/amphorae/backends/health_daemon
zhang.lei de41db2755 Replace deprecated LOG.warn with 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: I49544d1370e7fe083eb23752227567d8d6f24020
Closes-Bug: #1508442
2016-03-08 14:54:24 +08:00
..
__init__.py Initial amphora status daemon 2014-12-18 22:53:10 -08:00
health_daemon.py Implement UDP heartbeat sender and receiver 2015-09-09 06:48:24 +00:00
health_sender.py Implement UDP heartbeat sender and receiver 2015-09-09 06:48:24 +00:00
status_message.py Replace deprecated LOG.warn with LOG.warning 2016-03-08 14:54:24 +08:00