From 380647ffb559407314b7ab77a655e047f1b738fa Mon Sep 17 00:00:00 2001
From: chenxing <chason.chan@foxmail.com>
Date: Fri, 27 Jul 2018 09:39:17 +0800
Subject: [PATCH] Update the help text of init-runonce

openrc should be admin-openrc.sh

Change-Id: I9b3d874fe39488206ce880247b51d0a26826eeb6
---
 tools/init-runonce | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/init-runonce b/tools/init-runonce
index fca5012a7..40ca32d6e 100755
--- a/tools/init-runonce
+++ b/tools/init-runonce
@@ -36,7 +36,7 @@ done
 
 # Test for credentials set
 if [[ "${OS_USERNAME}" == "" ]]; then
-    echo "No Keystone credentials specified.  Try running source openrc"
+    echo "No Keystone credentials specified. Try running source /etc/kolla/admin-openrc.sh command"
     exit
 fi
 
-- 
GitLab