initial commit for the newton development cycle

Change-Id: Iedc63af610d655b1d390890f466159ef77a17da9
This commit is contained in:
Jan Klare 2016-05-31 10:21:17 +02:00
parent 174533e46c
commit 64c25ea5fc
1 changed files with 5 additions and 5 deletions

View File

@ -4,15 +4,15 @@ maintainer_email 'openstack-dev@lists.openstack.org'
license 'Apache 2.0'
description 'The OpenStack Compute service Nova.'
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 'ceph', '>= 0.8.1'
depends 'openstack-common', '>= 13.0.0'
depends 'openstack-identity', '>= 13.0.0'
depends 'openstack-image', '>= 13.0.0'
depends 'openstack-network', '>= 13.0.0'
depends 'openstack-common', '>= 14.0.0'
depends 'openstack-identity', '>= 14.0.0'
depends 'openstack-image', '>= 14.0.0'
depends 'openstack-network', '>= 14.0.0'
depends 'python', '~> 1.4.6'