diff options
author | Markos Chandras <mchandras@suse.de> | 2017-12-18 10:37:35 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-12-18 10:37:35 +0000 |
commit | 6b0d1b52fd82839e2d7d7e450dcae662368703c5 (patch) | |
tree | 393563956d62b77035d6dc6d549536f5c2e3333d /xci/file | |
parent | 73b03eaf3a2241ee06708625c02f08f0ce30f494 (diff) | |
parent | 0ec85c11b92f238c3fd28f412b711d9b53460e16 (diff) |
Merge "Add tacker to the list of components to install"
Diffstat (limited to 'xci/file')
-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 |