magnum/magnum/conductor
PanFengyun 828aff671d Fix some simple mistake
1.The configure is different to the output in install guide.
2.k8s_api has list_namespaced_pod() rather than list_namespaced_pods().
3.Before division, we should check whether the divisor is zero.

Change-Id: I9ca676eac4e3dcba4dcc5553bb5502896d73960e
2016-07-28 16:29:27 +08:00
..
handlers Fix the permission of these files -rwxr-xr-x 2016-07-20 22:55:38 +00: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 Remove service object 2016-06-02 10:46:13 +01:00
config.py Clean up miscellaneous help strings 2015-07-24 00:46:34 -05:00
k8s_api.py Correct reraising of exception 2016-07-08 12:25:23 +08:00
k8s_monitor.py Fix some simple mistake 2016-07-28 16:29:27 +08:00
mesos_monitor.py Fix some simple mistake 2016-07-28 16:29:27 +08:00
monitors.py Replace string format arguments with function parameters 2016-02-20 23:39:33 +08:00
scale_manager.py Use bay to init K8sAPI instead of bay_uuid 2016-03-22 06:30:08 +08:00
swarm_monitor.py Python 3 deprecated the logger.warn method in favor of warning 2015-12-29 13:09:04 +08:00
utils.py Use oslo_utils.uuidutils support 2016-05-25 21:07:40 +02:00