diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-09-16 08:54:06 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-09-16 08:54:07 +0000 |
commit | 3cd02a0678e82c107fd7768642a10210b16c825d (patch) | |
tree | 4be8392276e91650dc00e4a3aee0383527fc284d /ci/config_patch.yaml | |
parent | 0e497c7deecb469cade667bfa768816ce9b2ab7d (diff) | |
parent | 0fa8de695dd6b50b7b01131376aefef9c13c21c1 (diff) |
Merge "Added support for custom images and flavors in tempest"
Diffstat (limited to 'ci/config_patch.yaml')
-rw-r--r-- | ci/config_patch.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ci/config_patch.yaml b/ci/config_patch.yaml index 251ab1c4d..dd1aeb54c 100644 --- a/ci/config_patch.yaml +++ b/ci/config_patch.yaml @@ -11,4 +11,7 @@ lxd: fdio: general: flavor_extra_specs: {'hw:mem_page_size':'large'} - image_properties: {'hw_mem_page_size':'large'}
\ No newline at end of file + image_properties: {'hw_mem_page_size':'large'} + tempest: + use_custom_images: True + use_custom_flavors: True
\ No newline at end of file |