Initial Liberty Changes
Metadata changes - Updated maintainer email - Updated the version rubocop fixes Change-Id: If1d33d11af492f0c4b26caaf07051ee26b96e98e
This commit is contained in:
committed by
Samuel Cassiba
parent
af0763c67f
commit
872d9501f2
15
metadata.rb
15
metadata.rb
@@ -1,18 +1,19 @@
|
|||||||
# encoding: UTF-8
|
# encoding: UTF-8
|
||||||
name 'openstack-integration-test'
|
name 'openstack-integration-test'
|
||||||
maintainer 'Rackspace US, Inc.'
|
maintainer 'openstack-chef'
|
||||||
|
maintainer_email 'openstack-dev@lists.openstack.org'
|
||||||
license 'Apache 2.0'
|
license 'Apache 2.0'
|
||||||
description 'Installs and configures the Tempest Integration Test Suite'
|
description 'Installs and configures the Tempest Integration Test Suite'
|
||||||
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
|
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
|
||||||
version '11.0.0'
|
version '12.0.0'
|
||||||
recipe 'openstack-integration-test::setup', 'Installs and configures Tempest'
|
recipe 'openstack-integration-test::setup', 'Installs and configures Tempest'
|
||||||
|
|
||||||
%w(ubuntu fedora redhat centos).each do |os|
|
%w(ubuntu fedora redhat centos).each do |os|
|
||||||
supports os
|
supports os
|
||||||
end
|
end
|
||||||
|
|
||||||
depends 'openstack-common', '>= 11.5.0'
|
depends 'openstack-common', '>= 12.0.0'
|
||||||
depends 'openstack-identity', '>= 11.0.0'
|
depends 'openstack-identity', '>= 12.0.0'
|
||||||
depends 'openstack-image', '>= 11.0.0'
|
depends 'openstack-image', '>= 12.0.0'
|
||||||
depends 'openstack-compute', '>= 11.0.0'
|
depends 'openstack-compute', '>= 12.0.0'
|
||||||
depends 'openstack-block-storage', '>= 11.0.0'
|
depends 'openstack-block-storage', '>= 12.0.0'
|
||||||
|
|||||||
Reference in New Issue
Block a user