From f2f269125defc6d69482d8880978578a2ee8ec4f Mon Sep 17 00:00:00 2001 From: Wanlong Gao Date: Fri, 15 Jan 2016 14:14:13 +0800 Subject: [PATCH] Fix container config files directory path TrivialFix Change-Id: I94dd94b1e64a6a844497e551a66e7279de636f90 --- docker/base/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/base/start.sh b/docker/base/start.sh index a39380f7ea..d75a885f3b 100644 --- a/docker/base/start.sh +++ b/docker/base/start.sh @@ -1,7 +1,7 @@ #!/bin/bash set -o errexit -# Processing /opt/kolla/config_files/config.json as root. This is necessary +# Processing /var/lib/kolla/config_files/config.json as root. This is necessary # to permit certain files to be controlled by the root user which should # not be writable by the dropped-privileged user, especially /run_command sudo -E kolla_set_configs