stable/queens release patch
Change-Id: I1fdd4b532b672da66a99e0d1d8367b975f371f95
This commit is contained in:
parent
e7f5813c75
commit
4756dc37f7
@ -2,3 +2,4 @@
|
||||
host=review.openstack.org
|
||||
port=29418
|
||||
project=openstack/cookbook-openstack-image.git
|
||||
defaultbranch=stable/queens
|
||||
|
@ -8,7 +8,10 @@ source 'https://supermarket.chef.io'
|
||||
end
|
||||
end
|
||||
|
||||
cookbook 'openstackclient',
|
||||
github: 'cloudbau/cookbook-openstackclient'
|
||||
if Dir.exist?('../cookbook-openstackclient')
|
||||
cookbook 'openstackclient', path: '../cookbook-openstackclient'
|
||||
else
|
||||
cookbook 'openstackclient', git: 'https://git.openstack.org/openstack/cookbook-openstackclient', branch: 'stable/queens'
|
||||
end
|
||||
|
||||
metadata
|
||||
|
@ -2,5 +2,5 @@
|
||||
## 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/master/bootstrap.sh
|
||||
wget -nv -t 3 -O common-bootstrap.sh https://raw.githubusercontent.com/openstack/cookbook-openstack-common/stable/queens/bootstrap.sh
|
||||
/bin/bash -x common-bootstrap.sh
|
||||
|
Loading…
Reference in New Issue
Block a user