initial commit for the newton development cycle

Change-Id: I4160a062a6019c2d8f35d27464d9b7df973862b8
This commit is contained in:
Jan Klare 2016-05-31 10:34:11 +02:00
parent fce19da1aa
commit 96ed4cf461
1 changed files with 3 additions and 3 deletions

View File

@ -4,11 +4,11 @@ maintainer_email 'openstack-dev@lists.openstack.org'
license 'Apache 2.0'
description 'Installs and configures the Glance Image Registry and Delivery Service'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '13.0.0'
version '14.0.0'
%w(ubuntu redhat centos).each do |os|
supports os
end
depends 'openstack-common', '>= 13.0.0'
depends 'openstack-identity', '>= 13.0.0'
depends 'openstack-common', '>= 14.0.0'
depends 'openstack-identity', '>= 14.0.0'