Update the help text of init-runonce

openrc should be admin-openrc.sh

Change-Id: I9b3d874fe39488206ce880247b51d0a26826eeb6
This commit is contained in:
chenxing 2018-07-27 09:39:17 +08:00
parent cd03876e7d
commit 380647ffb5
1 changed files with 1 additions and 1 deletions

View File

@ -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