From e821b9398a5a998bec0143d56efb93018b8bcd8c Mon Sep 17 00:00:00 2001 From: Michael Polenchuk Date: Thu, 20 Dec 2018 15:32:48 +0400 Subject: Pull out rocky patches This commit should be reverted once original formulas get required support of rocky version. Change-Id: Ia3458381bced0cae8dbfacc9781c90933ad5c822 Signed-off-by: Michael Polenchuk --- .../0001-Support-rocky-version.patch | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 mcp/patches/salt-formula-horizon/0001-Support-rocky-version.patch (limited to 'mcp/patches/salt-formula-horizon/0001-Support-rocky-version.patch') diff --git a/mcp/patches/salt-formula-horizon/0001-Support-rocky-version.patch b/mcp/patches/salt-formula-horizon/0001-Support-rocky-version.patch new file mode 100644 index 000000000..aff7dfcf0 --- /dev/null +++ b/mcp/patches/salt-formula-horizon/0001-Support-rocky-version.patch @@ -0,0 +1,30 @@ +:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: +: Copyright (c) 2018 Mirantis Inc., Enea AB and others. +: +: All rights reserved. This program and the accompanying materials +: are made available under the terms of the Apache License, Version 2.0 +: which accompanies this distribution, and is available at +: http://www.apache.org/licenses/LICENSE-2.0 +:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: +From: Alexandru Avadanii +Date: Thu, 20 Dec 2018 16:35:02 +0100 +Subject: [PATCH] Support rocky version + +Signed-off-by: Alexandru Avadanii + +diff --git a/horizon/files/local_settings/rocky_settings.py b/horizon/files/local_settings/rocky_settings.py +new file mode 120000 +index 0000000..30ad409 +--- /dev/null ++++ b/horizon/files/local_settings/rocky_settings.py +@@ -0,0 +1 @@ ++queens_settings.py +\ No newline at end of file +diff --git a/horizon/files/policy/rocky b/horizon/files/policy/rocky +new file mode 120000 +index 0000000..06aba54 +--- /dev/null ++++ b/horizon/files/policy/rocky +@@ -0,0 +1 @@ ++queens/ +\ No newline at end of file -- cgit 1.2.3-korg