Disabled fwaas plugin for horizon

Disabled fwaas plugin to prevent deployment crashing with horizon in
continuous restarting state due to missing image.

Change-Id: I44140f04ba793a039f6032739b64794ae7ad084d
Closes-bug: 1732937
This commit is contained in:
Beth Elwell 2017-11-17 15:40:31 +00:00
parent da2167ea00
commit df18509bc5

View File

@ -151,7 +151,6 @@ outputs:
- KOLLA_CONFIG_STRATEGY=COPY_ALWAYS
# Installed plugins:
- ENABLE_CLOUDKITTY=yes
- ENABLE_FWAAS=yes
- ENABLE_IRONIC=yes
- ENABLE_MAGNUM=yes
- ENABLE_MANILA=yes
@ -162,6 +161,7 @@ outputs:
- ENABLE_TROVE=yes
# Not installed:
- ENABLE_FREEZER=no
- ENABLE_FWAAS=no
- ENABLE_KARBOR=no
- ENABLE_DESIGNATE=no
- ENABLE_SEARCHLIGHT=no