Merge "Turning off extra UIs from Horizon fixes also SQLite issue"

This commit is contained in:
Zuul 2018-10-29 14:29:09 +00:00 committed by Gerrit Code Review
commit df6f8738c3

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