Turning off extra UIs from Horizon fixes also SQLite issue

* Cloudkitty
* Murano
* Trove
* Manila

Closes-Bug: #1766184
Change-Id: Idce8619138870ac561894ff4fea433ddf1e5c4f9
This commit is contained in:
Remo Mattei 2018-10-24 19:53:35 -07:00 committed by Juan Antonio Osorio Robles
parent 796c8ce35a
commit 65b12d1d8f
1 changed files with 4 additions and 4 deletions

View File

@ -144,10 +144,10 @@ outputs:
environment:
- KOLLA_CONFIG_STRATEGY=COPY_ALWAYS
# Installed plugins:
- ENABLE_CLOUDKITTY=yes
- ENABLE_CLOUDKITTY=no
- ENABLE_IRONIC=yes
- ENABLE_MAGNUM=yes
- ENABLE_MANILA=yes
- ENABLE_MAGNUM=no
- ENABLE_MANILA=no
- ENABLE_HEAT=yes
# murano depends on heat-dashboard that is not yet installed
# https://bugs.launchpad.net/tripleo/+bug/1752132
@ -156,7 +156,7 @@ outputs:
- ENABLE_NEUTRON_LBAAS=yes
- ENABLE_OCTAVIA=yes
- ENABLE_SAHARA=yes
- ENABLE_TROVE=yes
- ENABLE_TROVE=no
# Not installed:
- ENABLE_FREEZER=no
- ENABLE_FWAAS=no