diff --git a/tools/init-runonce b/tools/init-runonce
index fca5012a76..40ca32d6e5 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