Merge "neutron-dynamic-routing wrong package for Debian"

This commit is contained in:
Zuul 2018-08-25 00:39:47 +00:00 committed by Gerrit Code Review
commit eb4c4407fb
2 changed files with 2 additions and 2 deletions

View File

@ -104,7 +104,7 @@ class neutron::params {
$api_service_name = 'neutron-api'
$rpc_package_name = 'neutron-rpc-server'
$rpc_service_name = 'neutron-rpc-server'
$dynamic_routing_package = 'neutron-dynamic-routing'
$dynamic_routing_package = 'python3-neutron-dynamic-routing'
} else {
$ml2_server_package = 'neutron-plugin-ml2'
$server_service = 'neutron-server'

View File

@ -218,7 +218,7 @@ describe 'neutron::agents::bgp_dragent' do
}
when 'Debian'
if facts[:operatingsystem] == 'Debian'
pkg = 'neutron-dynamic-routing'
pkg = 'python3-neutron-dynamic-routing'
else
pkg = 'python-neutron-dynamic-routing'
end