initial commit for the newton development cycle

Change-Id: I9b9b61179b7ef045d6bf6f2c134b26b4c27b4eeb
This commit is contained in:
Jan Klare 2016-05-31 10:13:04 +02:00
parent 79bef2f7ac
commit babac2c1f2
1 changed files with 4 additions and 4 deletions

View File

@ -5,13 +5,13 @@ maintainer_email 'openstack-dev@lists.openstack.org'
license 'Apache 2.0'
description 'The OpenStack Advanced Volume Management service Cinder.'
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 'apt', '~> 2.8'
depends 'openstack-common', '>= 13.0.0'
depends 'openstack-identity', '>= 13.0.0'
depends 'openstack-image', '>= 13.0.0'
depends 'openstack-common', '>= 14.0.0'
depends 'openstack-identity', '>= 14.0.0'
depends 'openstack-image', '>= 14.0.0'