labs: fix setup_cinder_volumes.sh, again
The recently introduced AUTH variable does not get correctly set in setup_cinder_volumes.sh. This wouldn't get noticed for installations via ssh (because the path in AUTH incorrectly expanding to "config//admin-openstackrc.sh" happens to work via ssh), but it breaks installations using VirtualBox shared folders. Change-Id: Ic4308b9736b5d79ca06683dd6c96d7479fdf8a67
This commit is contained in:
parent
d99d206262
commit
83ae4f83e4
@ -103,7 +103,7 @@ sudo service tgt restart
|
||||
echo "Verifying Block Storage installation on controller node."
|
||||
|
||||
echo "Waiting for cinder to start."
|
||||
AUTH='source config/$CONFIG_DIR/admin-openstackrc.sh'
|
||||
AUTH="source $CONFIG_DIR/admin-openstackrc.sh"
|
||||
until node_ssh controller-mgmt "$AUTH; cinder list" >/dev/null 2>&1; do
|
||||
sleep 1
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user