Files
cookbook-openstack-image/bootstrap.sh
Jan Klare a258a8262a stable/ocata release patch
Change-Id: I6890b70ad6a25d5fa61d9223df36af272b407740
2017-08-17 14:15:21 +00: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