[AArch64] Fix renamed repo key in defaults section
[fuel.git] / mcp / patches / salt-formula-horizon / 0001-Support-stein-version.patch
1 ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
2 : Copyright (c) 2019 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: Tue, 9 Jul 2019 14:54:50 +0400
11 Subject: [PATCH] Support stein version
12
13 diff --git a/horizon/files/local_settings/stein_settings.py b/horizon/files/local_settings/stein_settings.py
14 new file mode 120000
15 index 0000000..183e9a8
16 --- /dev/null
17 +++ b/horizon/files/local_settings/stein_settings.py
18 @@ -0,0 +1 @@
19 +rocky_settings.py
20 \ No newline at end of file
21 diff --git a/horizon/files/policy/stein b/horizon/files/policy/stein
22 new file mode 120000
23 index 0000000..c8dbb8c
24 --- /dev/null
25 +++ b/horizon/files/policy/stein
26 @@ -0,0 +1 @@
27 +rocky
28 \ No newline at end of file