Merge "Remove python_runtime references"

This commit is contained in:
Zuul 2018-04-16 14:37:46 +00:00 committed by Gerrit Code Review
commit 3e33e9985b
1 changed files with 0 additions and 6 deletions

View File

@ -27,11 +27,6 @@ end
platform_options = node['openstack']['integration-test']['platform']
python_runtime 'tempest' do
version '2'
provider :system
end
platform_options['tempest_packages'].each do |pkg|
package pkg do
options platform_options['package_overrides']
@ -88,7 +83,6 @@ tempest_path = '/opt/tempest'
venv_path = '/opt/tempest-venv'
python_virtualenv venv_path do
python 'tempest'
system_site_packages true
end