Remove heat-params sourcing

Since commit 220675d42a heat-params are
used by systemd and are unnecessary.

Implements: blueprint coreos-best-pratice
Change-Id: Iaf88219db2d3aaa452ff07a146acb3fbef323eb1
This commit is contained in:
ArchiFleKs 2017-02-09 13:13:34 +01:00
parent 270faf8050
commit bd2f578a69
2 changed files with 0 additions and 4 deletions

View File

@ -32,8 +32,6 @@ write_files:
echo "$key"
}
. /etc/sysconfig/heat-params
set -o errexit
set -o nounset
set -o pipefail

View File

@ -32,8 +32,6 @@ write_files:
echo "$key"
}
. /etc/sysconfig/heat-params
set -o errexit
set -o nounset
set -o pipefail