use bootstrap.sh from stable/mitaka branch

Change-Id: I29cf696dbf6f5fba4bcd89bf421b8f43d3988d42
This commit is contained in:
Jan Klare 2016-06-13 13:50:59 +02:00
parent 8946367a2d
commit 33a45da6fc
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
## This script is for installing all the needed packages on trusty to run the chef tests with 'chef exec rake'.
## It relies on the common bootstrap.sh from openstack/cookbook-openstack-common for installing common dependencies.
curl https://raw.githubusercontent.com/openstack/cookbook-openstack-common/master/bootstrap.sh \
curl https://raw.githubusercontent.com/openstack/cookbook-openstack-common/stable/mitaka/bootstrap.sh \
--retry 3 \
--silent \
--show-error \