From 40d8428d10b7541929c4d695f3b504ca39cf3d8d Mon Sep 17 00:00:00 2001 From: Chandan Kumar Date: Mon, 15 Jan 2018 16:46:39 +0530 Subject: [PATCH] Use python-ec2api-tests-tempest package * Due to tempest plugin split goal, the package name is changed from python-ec2-api-tests to python-ec2api-tests-tempest Change-Id: Ie8fd926eebe9473e146c871d6e38f009ab682e85 --- manifests/params.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/params.pp b/manifests/params.pp index 21bf5ce6..668ad4ce 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -38,7 +38,7 @@ class tempest::params { $python_zaqar_tests = 'python-zaqar-tests-tempest' $python_congress_tests = 'python-congress-tests-tempest' $python_octavia_tests = 'python-octavia-tests-tempest' - $python_ec2api_tests = 'python-ec2-api-tests' + $python_ec2api_tests = 'python-ec2api-tests-tempest' $python_barbican_tests = 'python-barbican-tests-tempest' $package_name = 'openstack-tempest' }