Merge "Corrected Python runtime for neutron-lbaas-dashboard"

This commit is contained in:
Jenkins 2017-09-13 14:24:05 +00:00 committed by Gerrit Code Review
commit 1f3ed2d4fd
2 changed files with 2 additions and 3 deletions

View File

@ -20,9 +20,8 @@ include_recipe 'openstack-dashboard::horizon'
django_path = node['openstack']['dashboard']['django_path']
# use system python for lbaasv2 dashboard
python_runtime 'neutron-lbaas-dashboard' do
python_runtime '2' do
provider :system
version '2.7'
end
python_package 'neutron-lbaas-dashboard' do

View File

@ -17,7 +17,7 @@ describe 'openstack-dashboard::neutron-lbaas-dashboard' do
end
it do
expect(chef_run).to install_python_runtime('neutron-lbaas-dashboard')
expect(chef_run).to install_python_runtime('2')
end
it do