Merge "horizon: put plugins toggles in quotes" into stable/train

This commit is contained in:
Zuul 2020-01-14 15:33:58 +00:00 committed by Gerrit Code Review
commit 813f68b53b
1 changed files with 21 additions and 21 deletions

View File

@ -290,30 +290,30 @@ outputs:
environment:
KOLLA_CONFIG_STRATEGY: COPY_ALWAYS
# Installed plugins:
ENABLE_CLOUDKITTY: no
ENABLE_IRONIC: yes
ENABLE_MAGNUM: no
ENABLE_MANILA: yes
ENABLE_HEAT: yes
ENABLE_CLOUDKITTY: 'no'
ENABLE_IRONIC: 'yes'
ENABLE_MAGNUM: 'no'
ENABLE_MANILA: 'yes'
ENABLE_HEAT: 'yes'
# murano depends on heat-dashboard that is not yet installed
# https://bugs.launchpad.net/tripleo/+bug/1752132
ENABLE_MURANO: no
ENABLE_MISTRAL: yes
ENABLE_OCTAVIA: yes
ENABLE_SAHARA: yes
ENABLE_TROVE: no
ENABLE_MURANO: 'no'
ENABLE_MISTRAL: 'yes'
ENABLE_OCTAVIA: 'yes'
ENABLE_SAHARA: 'yes'
ENABLE_TROVE: 'no'
# Not installed:
ENABLE_FREEZER: no
ENABLE_FWAAS: no
ENABLE_KARBOR: no
ENABLE_DESIGNATE: no
ENABLE_SEARCHLIGHT: no
ENABLE_SENLIN: no
ENABLE_SOLUM: no
ENABLE_TACKER: no
ENABLE_WATCHER: no
ENABLE_ZAQAR: no
ENABLE_ZUN: no
ENABLE_FREEZER: 'no'
ENABLE_FWAAS: 'no'
ENABLE_KARBOR: 'no'
ENABLE_DESIGNATE: 'no'
ENABLE_SEARCHLIGHT: 'no'
ENABLE_SENLIN: 'no'
ENABLE_SOLUM: 'no'
ENABLE_TACKER: 'no'
ENABLE_WATCHER: 'no'
ENABLE_ZAQAR: 'no'
ENABLE_ZUN: 'no'
host_prep_tasks:
- name: create persistent directories
file: