Merge "Support to provide 'image_driver' during container create"

This commit is contained in:
Jenkins 2017-01-30 13:56:57 +00:00 committed by Gerrit Code Review
commit ba81181f62

View File

@ -53,7 +53,8 @@ def container_data(**kwargs):
'image': 'cirros:latest', 'image': 'cirros:latest',
'command': 'sleep 10000', 'command': 'sleep 10000',
'memory': '100', 'memory': '100',
'environment': {} 'environment': {},
'image_driver': 'docker'
} }
data.update(kwargs) data.update(kwargs)