aboutsummaryrefslogtreecommitdiffstats
path: root/mcp/patches/salt-formula-horizon/0001-Support-stein-version.patch
blob: 3ae93638dac3f4f55bc23a48b8cab7baac5e545d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
: Copyright (c) 2019 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: Tue, 9 Jul 2019 14:54:50 +0400
Subject: [PATCH] Support stein version

---
 horizon/files/local_settings/stein_settings.py | 1 +
 horizon/files/policy/stein                     | 1 +
 2 files changed, 2 insertions(+)
 create mode 120000 horizon/files/local_settings/stein_settings.py
 create mode 120000 horizon/files/policy/stein

diff --git a/horizon/files/local_settings/stein_settings.py b/horizon/files/local_settings/stein_settings.py
new file mode 120000
index 0000000..183e9a8
--- /dev/null
+++ b/horizon/files/local_settings/stein_settings.py
@@ -0,0 +1 @@
+rocky_settings.py
\ No newline at end of file
diff --git a/horizon/files/policy/stein b/horizon/files/policy/stein
new file mode 120000
index 0000000..c8dbb8c
--- /dev/null
+++ b/horizon/files/policy/stein
@@ -0,0 +1 @@
+rocky
\ No newline at end of file