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:
parent
796c8ce35a
commit
65b12d1d8f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user