starting queens development patch and use git.openstack.org

* use git.openstack.org instead of github for berks dependency
resolution

Change-Id: Icddbddfae5ec075c9c113287135a02bad48144e7
This commit is contained in:
Samuel Cassiba 2018-03-02 18:02:09 -08:00 committed by Jan Klare
parent 4c607a3fb2
commit a781e6c11f
No known key found for this signature in database
GPG Key ID: 1F8C347A7DC77FD2
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ source 'https://supermarket.chef.io'
metadata
cookbook 'openstack-common',
github: 'openstack/cookbook-openstack-common'
git: 'https://git.openstack.org/openstack/cookbook-openstack-common'
cookbook 'openstackclient',
github: 'cloudbau/cookbook-openstackclient'

View File

@ -4,13 +4,13 @@ maintainer_email 'openstack-dev@lists.openstack.org'
license 'Apache-2.0'
description 'The OpenStack Identity service Keystone.'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '16.0.0'
version '17.0.0'
%w(ubuntu redhat centos).each do |os|
supports os
end
depends 'openstack-common', '>= 16.0.0'
depends 'openstack-common', '>= 17.0.0'
depends 'openstackclient'
depends 'apache2'