diff options
Diffstat (limited to 'xci')
-rw-r--r-- | xci/file/setup-openstack.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xci/file/setup-openstack.yml b/xci/file/setup-openstack.yml index 5d20adec..c2cb1c79 100644 --- a/xci/file/setup-openstack.yml +++ b/xci/file/setup-openstack.yml @@ -22,5 +22,6 @@ - include: os-horizon-install.yml - include: os-swift-install.yml - include: os-ironic-install.yml +- include: os-tacker-install.yml - include: os-tempest-install.yml when: (tempest_install | default(False)) | bool or (tempest_run | default(False)) | bool |