From 991bd80d1ac3245edba257ae8aeec74278ca74a3 Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Mon, 30 Dec 2019 16:12:14 +0100 Subject: noha: Re-enable Horizon dashboard, fix CSS - ha, noha: Fix misaligned python 3 requirement for Horizon: * python3-pylibmc - ha, noha: Partially revert commit 63b712d: "[Horizon] Drop the obsolete Horizon workaround" Since we switched back from MCP Horizon package to UCA, fix misaligned expected static resources location. - noha: Enable nginx proxy on ctl01 node for serving the Horizon dashboard at http://:80 (http only, no SSL). Change-Id: I5f930a5826a818791183d3910aa0e5607924e8f3 Signed-off-by: Alexandru Avadanii (cherry picked from commit af1a4adfcc75b1dae16aee766679fcd224158d00) --- mcp/patches/salt-formula-horizon/0001-Support-stein-version.patch | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'mcp/patches/salt-formula-horizon/0001-Support-stein-version.patch') diff --git a/mcp/patches/salt-formula-horizon/0001-Support-stein-version.patch b/mcp/patches/salt-formula-horizon/0001-Support-stein-version.patch index 8c9aab91b..3ae93638d 100644 --- a/mcp/patches/salt-formula-horizon/0001-Support-stein-version.patch +++ b/mcp/patches/salt-formula-horizon/0001-Support-stein-version.patch @@ -10,6 +10,13 @@ From: Alexandru Avadanii Date: Tue, 9 Jul 2019 14:54:50 +0400 Subject: [PATCH] Support stein version +--- + horizon/files/local_settings/stein_settings.py | 1 + + horizon/files/policy/stein | 1 + + 2 files changed, 2 insertions(+) + create mode 120000 horizon/files/local_settings/stein_settings.py + create mode 120000 horizon/files/policy/stein + diff --git a/horizon/files/local_settings/stein_settings.py b/horizon/files/local_settings/stein_settings.py new file mode 120000 index 0000000..183e9a8 -- cgit 1.2.3-korg