Merge "Update the help text of init-runonce"

This commit is contained in:
Zuul 2018-07-31 05:38:45 +00:00 committed by Gerrit Code Review
commit c7cbb4f488
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