From 0fa8de695dd6b50b7b01131376aefef9c13c21c1 Mon Sep 17 00:00:00 2001 From: "juraj.linkes" Date: Thu, 15 Sep 2016 16:27:06 +0200 Subject: Added support for custom images and flavors in tempest Change-Id: I9335ed1517097e83175a265b603a6707adf476b6 Signed-off-by: juraj.linkes --- ci/config_patch.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ci/config_patch.yaml') 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 -- cgit 1.2.3-korg