diff options
author | 2018-10-25 15:49:09 +0000 | |
---|---|---|
committer | 2018-10-25 15:49:09 +0000 | |
commit | 3432b19a5859a8adfb5b96d2123f9f114830476c (patch) | |
tree | 4a5288c9a669de2e4983f602ab8d8625892e2665 /xci/installer | |
parent | 350038a473cf299029814dcd54988660e0d2b280 (diff) | |
parent | aaa9ed39bbf656849496851d88851a2faee68e2d (diff) |
Merge "Introduce the Barbican in XCI for SFC-HA scenario"
Diffstat (limited to 'xci/installer')
-rw-r--r-- | xci/installer/osa/files/setup-openstack.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xci/installer/osa/files/setup-openstack.yml b/xci/installer/osa/files/setup-openstack.yml index 8c20eed2..904215b7 100644 --- a/xci/installer/osa/files/setup-openstack.yml +++ b/xci/installer/osa/files/setup-openstack.yml @@ -25,6 +25,7 @@ - include: os-swift-install.yml - include: os-ironic-install.yml when: not core_openstack | default(False) +- include: os-barbican-install.yml - include: os-tacker-install.yml - include: os-tempest-install.yml when: (tempest_install | default(False)) | bool or (tempest_run | default(False)) | bool |