Merge "Don't change directory while running init-runonce"

This commit is contained in:
Zuul 2017-11-27 07:52:55 +00:00 committed by Gerrit Code Review
commit e57944b6fe
2 changed files with 2 additions and 7 deletions

View File

@ -659,12 +659,10 @@ with a glance image and neutron networks.
. /etc/kolla/admin-openrc.sh
#centOS
cd /usr/share/kolla-ansible
./init-runonce
/usr/share/kolla-ansible/init-runonce
#ubuntu
cd /usr/local/share/kolla-ansible
./init-runonce
/usr/local/share/kolla-ansible/init-runonce
.. note::

View File

@ -29,9 +29,6 @@ for i in curl openstack; do
exit
fi
done
# Move to top level directory
REAL_PATH=$(python -c "import os,sys;print os.path.realpath('$0')")
cd "$(dirname "$REAL_PATH")/.."
# Test for credentials set
if [[ "${OS_USERNAME}" == "" ]]; then