Merge "neutron-dynamic-routing wrong package for Debian"
This commit is contained in:
commit
eb4c4407fb
@ -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'
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user