diff --git a/zun_tempest_plugin/tests/tempest/api/common/datagen.py b/zun_tempest_plugin/tests/tempest/api/common/datagen.py index 8982fc3..7e2f648 100644 --- a/zun_tempest_plugin/tests/tempest/api/common/datagen.py +++ b/zun_tempest_plugin/tests/tempest/api/common/datagen.py @@ -53,7 +53,8 @@ def container_data(**kwargs): 'image': 'cirros:latest', 'command': 'sleep 10000', 'memory': '100', - 'environment': {} + 'environment': {}, + 'image_driver': 'docker' } data.update(kwargs)