heat-agent: Do not use absolute path

In a recent version of fedora base and
python/pip that comes with it, pip installed
pkgs put their binaries in /usr/local/bin
instead of /usr/bin. Since the lanuch script is
a bash script we do not have to use the absolute
path.

Change-Id: I9f31d047fe538114136d2199b447e3fe8248aa8c
Signed-off-by: Spyros Trigazis <spyridon.trigazis@cern.ch>
This commit is contained in:
Spyros Trigazis 2019-07-25 12:02:56 +02:00
parent 810e81195e
commit 451358a57c

View File

@ -2,4 +2,4 @@
/opt/heat-container-agent/configure_container_agent.sh
exec /usr/bin/os-collect-config --debug
exec os-collect-config --debug