diff options
author | Fatih Degirmenci <fdegir@gmail.com> | 2017-11-22 08:59:27 +0100 |
---|---|---|
committer | Fatih Degirmenci <fdegir@gmail.com> | 2017-11-23 10:55:22 +0100 |
commit | 54aecdbfe87a7148d16df951f5f2d0425b03aa24 (patch) | |
tree | ef198ea6f161e7b69482f8a5fc6bd6074e27c4e9 /xci | |
parent | 4ffe62585886f4a4e23a8e6f271f4de03eaeea10 (diff) |
Enable tempest
Change-Id: I0fb12e4c2612f953998880a94b13655fa9ee0d8c
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
Diffstat (limited to 'xci')
-rw-r--r-- | xci/file/setup-openstack.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |