diff options
author | Cedric Ollivier <cedric.ollivier@orange.com> | 2017-04-14 08:22:01 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-04-14 08:22:01 +0000 |
commit | e7bf9522650ef591a3903d311e475b4b964e1083 (patch) | |
tree | 4bc6a10524086f83cb9d0ec60212ca6aca15b171 /functest/ci | |
parent | e2bef24394cbfa22c67328d13024e08a4ac6a266 (diff) | |
parent | 28e380992760ca708b8398c1a11003463cddd918 (diff) |
Merge "Set image and flavor id in tempest config file"
Diffstat (limited to 'functest/ci')
-rwxr-xr-x | functest/ci/config_patch.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/functest/ci/config_patch.yaml b/functest/ci/config_patch.yaml index d984a3f4..d47766b6 100755 --- a/functest/ci/config_patch.yaml +++ b/functest/ci/config_patch.yaml @@ -22,3 +22,7 @@ ovs: tempest: use_custom_images: True use_custom_flavors: True +multisite: + tempest: + use_custom_images: True + use_custom_flavors: True |