diff options
Diffstat (limited to 'mcp/patches/salt-formula-horizon/0001-Support-rocky-version.patch')
-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 |