diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2015-10-26 09:45:25 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2015-10-26 09:45:26 +0000 |
commit | d108f8047a0ff3320d390727ac4fc21805a7da0d (patch) | |
tree | 28f90fb0f529bb851f89496061a79446762ef35d /testcases/config_functest.yaml | |
parent | 92ca247259fe99c71992555b745680ca684f4da5 (diff) | |
parent | b9f3f8b0ea0466f974d8b45f7bb8b718066bb313 (diff) |
Merge "Include cirros image in the docker container"
Diffstat (limited to 'testcases/config_functest.yaml')
-rw-r--r-- | testcases/config_functest.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testcases/config_functest.yaml b/testcases/config_functest.yaml index 92eb769e0..03835158d 100644 --- a/testcases/config_functest.yaml +++ b/testcases/config_functest.yaml @@ -32,7 +32,7 @@ general: openstack: image_name: functest-img - image_url: http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img + image_file_name: cirros-0.3.4-x86_64-disk.img image_disk_format: qcow2 |