Fix Vagrantfile for Rally repo changes

Change-Id: Ifb026caa7fbbf0f7162b8400e97fe818d2783156
This commit is contained in:
Kiall Mac Innes 2015-09-22 11:28:32 +01:00
parent 4a68605bc8
commit 3e3d4681b7
1 changed files with 1 additions and 15 deletions

View File

@ -87,21 +87,7 @@ for f in lib/* extras.d/* exercises/*; do
fi
done
# Clone Rally
if [ ! -d "/opt/stack/rally" ]; then
git clone https://git.openstack.org/openstack/rally.git /opt/stack/rally
fi
# Install Rally DevStack extension
cd /opt/stack/rally/contrib/devstack
for f in lib/* extras.d/*; do
if [ ! -f "/home/vagrant/devstack/$f" ]; then
ln -fs /opt/stack/rally/contrib/devstack/$f -t /home/vagrant/devstack/$(dirname $f)
fi
done
# Link in the Rally Plugins
# Link in any Rally Plugins
mkdir /home/vagrant/.rally
ln -s /opt/stack/designate/rally-scenarios/plugins /home/vagrant/.rally/plugins