magnum/magnum/conductor
Wanlong Gao 6ac4ce2eb1 Python 3 deprecated the logger.warn method in favor of 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.

Closes-Bug: 1508442
Change-Id: I245d24b30e783f1c6dcec1b425d78d271edff49b
2015-12-29 13:09:04 +08:00
..
handlers Python 3 deprecated the logger.warn method in favor of warning 2015-12-29 13:09:04 +08:00
tasks Add Heat tasks 2015-03-09 08:14:17 +09:00
__init__.py Add initial conductor API and service 2014-11-21 06:24:46 -05:00
api.py Object: Add filters to contianer list 2015-12-15 13:35:48 +08:00
config.py Clean up miscellaneous help strings 2015-07-24 00:46:34 -05:00
k8s_api.py Make kubernetes API client generic 2015-12-21 15:25:21 -08:00
k8s_monitor.py Fix typo error 2015-11-08 04:29:35 -05:00
mesos_monitor.py Fix mesos monitor for handling multiple masters 2015-12-08 15:27:31 +00:00
monitors.py Clean up baymodel query of usage from a bay 2015-12-21 18:10:31 +08:00
scale_manager.py Migrate to Kubernetes Release 1 2015-09-21 15:02:58 +08:00
swarm_monitor.py Python 3 deprecated the logger.warn method in favor of warning 2015-12-29 13:09:04 +08:00
template_definition.py Separate flavor between master and agent node 2015-12-22 20:42:24 +00:00
utils.py Add retrieve_bay_uuid in conductor_utils 2015-12-11 00:48:57 +00:00