neutron-dynamic-routing wrong package for Debian

The wrong package name is used for Debian.
See this repo for the proper name [1].

[1] http://stretch-queens.debian.net/debian/pool/stretch-queens-backports/main/n/neutron-dynamic-routing/

Change-Id: If8b589501db28c7674542c2c1727db15f3b222e8
This commit is contained in:
Tobias Urdin 2018-08-21 09:59:25 +02:00
parent 02f735f0c2
commit 5c39cd7456
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