magnum/magnum/conductor
Eli Qiao 2b667eba05 Fix container-create memory not passed
Commit I34e5e49ae650219f986a2b0032df65672c319ec6 tried to fix mem_limit
not passed to docker when create container for docker API vesion >=1.19
in a wrong way, this patch fixes it by passing Memory unit to host_config

Closes-Bug: #1567834
Change-Id: Id8da5e40cf165317a9a5453036490cc028bd2e0d
Co-Authored-By: Spyros Trigazis <strigazi@gmail.com>
2016-04-18 08:13:27 +00:00
..
handlers Fix container-create memory not passed 2016-04-18 08:13:27 +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 method which has no rpc calls 2016-03-08 14:43:51 +08:00
config.py Clean up miscellaneous help strings 2015-07-24 00:46:34 -05:00
k8s_api.py Use k8sclient library 2016-04-17 03:35:39 +00:00
k8s_monitor.py Use k8sclient library 2016-04-17 03:35:39 +00:00
mesos_monitor.py Add cpu util to MesosMonitor 2016-03-31 03:20:36 +00: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
template_definition.py Add support for docker registry 2016-04-13 16:17:20 +08:00
utils.py Use bay to init K8sAPI instead of bay_uuid 2016-03-22 06:30:08 +08:00