From 54aecdbfe87a7148d16df951f5f2d0425b03aa24 Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Wed, 22 Nov 2017 08:59:27 +0100 Subject: [PATCH] Enable tempest Change-Id: I0fb12e4c2612f953998880a94b13655fa9ee0d8c Signed-off-by: Fatih Degirmenci --- xci/file/setup-openstack.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xci/file/setup-openstack.yml b/xci/file/setup-openstack.yml index 866a54f8..5d20adec 100644 --- a/xci/file/setup-openstack.yml +++ b/xci/file/setup-openstack.yml @@ -22,3 +22,5 @@ - include: os-horizon-install.yml - include: os-swift-install.yml - include: os-ironic-install.yml +- include: os-tempest-install.yml + when: (tempest_install | default(False)) | bool or (tempest_run | default(False)) | bool -- 2.16.6