From 7204290f3c33b6c4cba87ae0c8f543954663a5be Mon Sep 17 00:00:00 2001 From: Radomir Dopieralski <openstack@sheep.art.pl> Date: Mon, 23 Oct 2017 20:22:22 +0200 Subject: [PATCH] Enable horizon plugins by default in docker Horizon's docker image needs explicit configuration for Kolla to enable its plugins. This patch only enables the plugins that actually are installed. Change-Id: I99a20abc3ac4452a3b10167e615957911327cfaa Closes-bug: #1723929 --- docker/services/horizon.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/docker/services/horizon.yaml b/docker/services/horizon.yaml index 94fd9eef22..02971631f1 100644 --- a/docker/services/horizon.yaml +++ b/docker/services/horizon.yaml @@ -146,6 +146,28 @@ outputs: - '' environment: - KOLLA_CONFIG_STRATEGY=COPY_ALWAYS + # Installed plugins: + - ENABLE_CLOUDKITTY=yes + - ENABLE_FWAAS=yes + - ENABLE_IRONIC=yes + - ENABLE_MAGNUM=yes + - ENABLE_MANILA=yes + - ENABLE_MURANO=yes + - ENABLE_MISTRAL=yes + - ENABLE_NEUTRON_LBAAS=yes + - ENABLE_SAHARA=yes + - ENABLE_TROVE=yes + # Not installed: + - ENABLE_FREEZER=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 logs directory file: