Initial Liberty Changes

Metadata changes
- Updated maintainer email
- Updated the version

rubocop fixes

Change-Id: If1d33d11af492f0c4b26caaf07051ee26b96e98e
This commit is contained in:
JJ Asghar 2015-08-27 16:56:46 -05:00 committed by Samuel Cassiba
parent af0763c67f
commit 872d9501f2
2 changed files with 9 additions and 8 deletions

View File

@ -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'

View File

@ -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