Files
cookbook-openstack-identity/bootstrap.sh
Jan Klare 63bb14c49e stable/ocata release patch
Change-Id: I18f7e0caf146cdfaabd0639a4fbbc9cc4dd2bd1f
2017-08-17 13:51:47 +02:00

7 lines
411 B
Bash
Executable File

#!/bin/bash -x
## 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.
wget -nv -t 3 -O common-bootstrap.sh https://raw.githubusercontent.com/openstack/cookbook-openstack-common/stable/ocata/bootstrap.sh
/bin/bash -x common-bootstrap.sh