stable/pike release patch

This commit is contained in:
Jan Klare 2018-02-23 11:29:33 +01:00
parent 86b3cd48a3
commit 9e4e643b00
No known key found for this signature in database
GPG Key ID: 1F8C347A7DC77FD2
2 changed files with 7 additions and 4 deletions

View File

@ -3,8 +3,11 @@ source 'https://supermarket.chef.io'
metadata
cookbook 'openstack-identity',
github: 'openstack/cookbook-openstack-identity'
github: 'openstack/cookbook-openstack-identity',
branch: 'stable/pike'
cookbook 'openstack-common',
github: 'openstack/cookbook-openstack-common'
github: 'openstack/cookbook-openstack-common',
branch: 'stable/pike'
cookbook 'openstackclient',
github: 'cloudbau/cookbook-openstackclient'
github: 'cloudbau/cookbook-openstackclient',
branch: 'stable/pike'

View File

@ -2,7 +2,7 @@
## This script is for installing all the needed packages on xenial 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/pike/bootstrap.sh \
--retry 3 \
--silent \
--show-error \