diff options
author | boucherv <valentin.boucher@orange.com> | 2016-08-11 09:06:09 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-08-11 09:06:09 +0000 |
commit | fe1cdb02640ddf9baae6d09a949a4648264dd482 (patch) | |
tree | 8b8c14c250a929cebb73f20ff6884fc714623296 /ci/config_patch.yaml | |
parent | e648bdc9f4f52208a44936fd8732afbe256a20c2 (diff) | |
parent | 7eefbe8f7ec52d727e8e504e4ddd4ddb57cf569e (diff) |
Merge "Create config_functest patch to update the conf with scenario"
Diffstat (limited to 'ci/config_patch.yaml')
-rw-r--r-- | ci/config_patch.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ci/config_patch.yaml b/ci/config_patch.yaml new file mode 100644 index 000000000..467a83ca0 --- /dev/null +++ b/ci/config_patch.yaml @@ -0,0 +1,9 @@ +lxd: + general: + openstack: + image_name: Cirros-0.3.4 + image_file_name: cirros-0.3.4-x86_64-lxc.tar.gz + image_disk_format: raw + + healthcheck: + disk_image: /home/opnfv/functest/data/cirros-0.3.4-x86_64-lxc.tar.gz |