# encoding: UTF-8 name 'openstack-integration-test' maintainer 'Rackspace US, Inc.' 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 '11.0.0' recipe 'openstack-integration-test::setup', 'Installs and configures Tempest' %w(ubuntu fedora redhat centos).each do |os| supports os end depends 'openstack-common', '>= 11.5.0' depends 'openstack-identity', '>= 11.0.0' depends 'openstack-image', '>= 11.0.0' depends 'openstack-compute', '>= 11.0.0' depends 'openstack-block-storage', '>= 11.0.0'