noha: Re-enable Horizon dashboard, fix CSS
[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 ---
14  horizon/files/local_settings/stein_settings.py | 1 +
15  horizon/files/policy/stein                     | 1 +
16  2 files changed, 2 insertions(+)
17  create mode 120000 horizon/files/local_settings/stein_settings.py
18  create mode 120000 horizon/files/policy/stein
19
20 diff --git a/horizon/files/local_settings/stein_settings.py b/horizon/files/local_settings/stein_settings.py
21 new file mode 120000
22 index 0000000..183e9a8
23 --- /dev/null
24 +++ b/horizon/files/local_settings/stein_settings.py
25 @@ -0,0 +1 @@
26 +rocky_settings.py
27 \ No newline at end of file
28 diff --git a/horizon/files/policy/stein b/horizon/files/policy/stein
29 new file mode 120000
30 index 0000000..c8dbb8c
31 --- /dev/null
32 +++ b/horizon/files/policy/stein
33 @@ -0,0 +1 @@
34 +rocky
35 \ No newline at end of file