Pull out rocky patches
[fuel.git] / mcp / patches / salt-formula-horizon / 0001-Support-rocky-version.patch
1 ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
2 : Copyright (c) 2018 Mirantis Inc., Enea AB and others.
3 :
4 : All rights reserved. This program and the accompanying materials
5 : are made available under the terms of the Apache License, Version 2.0
6 : which accompanies this distribution, and is available at
7 : http://www.apache.org/licenses/LICENSE-2.0
8 ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
9 From: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
10 Date: Thu, 20 Dec 2018 16:35:02 +0100
11 Subject: [PATCH] Support rocky version
12
13 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
14
15 diff --git a/horizon/files/local_settings/rocky_settings.py b/horizon/files/local_settings/rocky_settings.py
16 new file mode 120000
17 index 0000000..30ad409
18 --- /dev/null
19 +++ b/horizon/files/local_settings/rocky_settings.py
20 @@ -0,0 +1 @@
21 +queens_settings.py
22 \ No newline at end of file
23 diff --git a/horizon/files/policy/rocky b/horizon/files/policy/rocky
24 new file mode 120000
25 index 0000000..06aba54
26 --- /dev/null
27 +++ b/horizon/files/policy/rocky
28 @@ -0,0 +1 @@
29 +queens/
30 \ No newline at end of file