initial commit for the newton development cycle

Change-Id: I359200b380dc5d72100badea308776439a9329a5
This commit is contained in:
Jan Klare 2016-05-31 10:36:16 +02:00
parent 38c9252c98
commit 550e30d0a5
1 changed files with 6 additions and 6 deletions

View File

@ -5,15 +5,15 @@ maintainer_email 'openstack-dev@lists.openstack.org'
license 'Apache 2.0'
description 'Installs and configures the Tempest Integration Test Suite'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '13.0.0'
version '14.0.0'
recipe 'openstack-integration-test::setup', 'Installs and configures Tempest'
%w(ubuntu redhat centos).each do |os|
supports os
end
depends 'openstack-common', '>= 13.0.0'
depends 'openstack-identity', '>= 13.0.0'
depends 'openstack-image', '>= 13.0.0'
depends 'openstack-compute', '>= 13.0.0'
depends 'openstack-block-storage', '>= 13.0.0'
depends 'openstack-common', '>= 14.0.0'
depends 'openstack-identity', '>= 14.0.0'
depends 'openstack-image', '>= 14.0.0'
depends 'openstack-compute', '>= 14.0.0'
depends 'openstack-block-storage', '>= 14.0.0'