stable/liberty release patch

Change-Id: Ied004536ac9ec38c21ed701f7e97b56758812a89
This commit is contained in:
Jan Klare 2015-11-10 11:24:44 +01:00 committed by Samuel Cassiba
parent 24e80c84d2
commit 92f35526da
4 changed files with 20 additions and 2 deletions

1
.gitignore vendored
View File

@ -4,7 +4,6 @@ berks-cookbooks/
.vagrant
.coverage/
*.swp
Berksfile.lock
Vagrantfile
Gemfile.lock
local-mode-cache

View File

@ -2,3 +2,4 @@
host=review.openstack.org
port=29418
project=openstack/cookbook-openstack-client.git
defaultbranch=stable/liberty

18
Berksfile.lock Normal file
View File

@ -0,0 +1,18 @@
DEPENDENCIES
openstack_client
path: .
metadata: true
GRAPH
apt (2.9.2)
build-essential (2.1.3)
chef-sugar (3.1.1)
openstack_client (12.0.0)
apt (~> 2.8)
build-essential (~> 2.1.3)
xml (~> 1.2.13)
yum (~> 3.5.4)
xml (1.2.13)
build-essential (>= 0.0.0)
chef-sugar (>= 0.0.0)
yum (3.5.4)

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/liberty/bootstrap.sh \
--retry 3 \
--silent \
--show-error \