diff options
author | Cedric Ollivier <cedric.ollivier@orange.com> | 2017-12-07 15:26:32 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-12-07 15:26:32 +0000 |
commit | 04886b12a4f5c3f18c71f0ca78fdbcf8a545f5f6 (patch) | |
tree | 90e5139ed774f620b336296f8829fbc7a6a7247c /functest/ci/config_patch.yaml | |
parent | 2800b22d762e938727ec4b466178eca4de05006d (diff) | |
parent | fa0a614c8ea3e757440c82380707e0221079e32a (diff) |
Merge "Fix the yamllint errors in functest/ci"
Diffstat (limited to 'functest/ci/config_patch.yaml')
-rw-r--r-- | functest/ci/config_patch.yaml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/functest/ci/config_patch.yaml b/functest/ci/config_patch.yaml index 865a564e..f54c2d7c 100644 --- a/functest/ci/config_patch.yaml +++ b/functest/ci/config_patch.yaml @@ -1,9 +1,10 @@ +--- lxd: general: openstack: image_name: Cirros-0.3.5 - image_file_name: cirros-0.3.5-x86_64-lxc.tar.gz - image_disk_format: raw + image_file_name: cirros-0.3.5-x86_64-lxc.tar.gz + image_disk_format: raw healthcheck: disk_image: /home/opnfv/functest/data/cirros-0.3.5-x86_64-lxc.tar.gz @@ -13,10 +14,10 @@ fdio: flavor_extra_specs: {'hw:mem_page_size':'large'} image_properties: {'hw_mem_page_size':'large'} tempest: - use_custom_flavors: True + use_custom_flavors: 'True' ovs: general: flavor_extra_specs: {'hw:mem_page_size':'large'} image_properties: {'hw_mem_page_size':'large'} tempest: - use_custom_flavors: True + use_custom_flavors: 'True' |