diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2018-12-20 15:32:48 +0400 |
---|---|---|
committer | Michael Polenchuk <mpolenchuk@mirantis.com> | 2018-12-21 17:21:16 +0400 |
commit | e821b9398a5a998bec0143d56efb93018b8bcd8c (patch) | |
tree | 8434b89ce9044fab4ef580a8bdbd4d96a6ca075f /mcp/patches/salt-formula-horizon | |
parent | a31343155a621469f6e803b23dc6cc8bbb545dfa (diff) |
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 <mpolenchuk@mirantis.com>
Diffstat (limited to 'mcp/patches/salt-formula-horizon')
-rw-r--r-- | mcp/patches/salt-formula-horizon/0001-Support-rocky-version.patch | 30 |
1 files changed, 30 insertions, 0 deletions
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 <Alexandru.Avadanii@enea.com> +Date: Thu, 20 Dec 2018 16:35:02 +0100 +Subject: [PATCH] Support rocky version + +Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com> + +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 |