Merge "Use $STACK_USER variable in install_jaeger function"

This commit is contained in:
Zuul 2019-01-22 14:40:49 +00:00 committed by Gerrit Code Review
commit 2abd1bfd20
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ function install_jaeger() {
if is_ubuntu; then
install_package docker.io
start_service docker
add_user_to_group stack docker
add_user_to_group $STACK_USER docker
sg docker -c "docker run -d --name jaeger -p 6831:6831/udp -p 16686:16686 jaegertracing/all-in-one:1.7"
else
exit_distro_not_supported "docker.io installation"