Skip to content

Commit

Permalink
heat-agent: Do not use absolute path
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
strigazi committed Jul 25, 2019
1 parent 810e811 commit 451358a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/heat-container-agent/launch
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

/opt/heat-container-agent/configure_container_agent.sh

exec /usr/bin/os-collect-config --debug
exec os-collect-config --debug

0 comments on commit 451358a

Please sign in to comment.