From 872d9501f26a6e213e94ea6942cb256f6a91713b Mon Sep 17 00:00:00 2001 From: JJ Asghar Date: Thu, 27 Aug 2015 16:56:46 -0500 Subject: [PATCH] Initial Liberty Changes Metadata changes - Updated maintainer email - Updated the version rubocop fixes Change-Id: If1d33d11af492f0c4b26caaf07051ee26b96e98e --- metadata.rb | 15 ++++++++------- recipes/setup.rb | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/metadata.rb b/metadata.rb index 83e449e..0635697 100644 --- a/metadata.rb +++ b/metadata.rb @@ -1,18 +1,19 @@ # encoding: UTF-8 name 'openstack-integration-test' -maintainer 'Rackspace US, Inc.' +maintainer 'openstack-chef' +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 '11.0.0' +version '12.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' +depends 'openstack-common', '>= 12.0.0' +depends 'openstack-identity', '>= 12.0.0' +depends 'openstack-image', '>= 12.0.0' +depends 'openstack-compute', '>= 12.0.0' +depends 'openstack-block-storage', '>= 12.0.0' diff --git a/recipes/setup.rb b/recipes/setup.rb index f73c5a4..939029f 100644 --- a/recipes/setup.rb +++ b/recipes/setup.rb @@ -152,5 +152,5 @@ template '/opt/tempest/etc/tempest.conf' do 'tempest_user2' => node['openstack']['integration-test']['user2']['user_name'], 'tempest_user2_pass' => node['openstack']['integration-test']['user2']['password'], 'tempest_user2_tenant' => node['openstack']['integration-test']['user2']['tenant_name'] - ) + ) end