neutron: Use dedicate class to manage dr service plugin
Depends-on: https://review.opendev.org/930101 Change-Id: I8eaf7b67adb62d8842c5ef1f5e9357774396abc0
This commit is contained in:
parent
ed4a44e1f2
commit
532a7b1fe1
@ -295,7 +295,6 @@ class openstack_integration::neutron (
|
||||
rpc_workers => $rpc_workers,
|
||||
rpc_state_report_workers => $rpc_state_report_workers,
|
||||
rpc_response_max_timeout => 300,
|
||||
ensure_dr_package => $bgp_dragent_enabled,
|
||||
}
|
||||
|
||||
$overlay_network_type = $driver ? {
|
||||
@ -477,6 +476,7 @@ class openstack_integration::neutron (
|
||||
}
|
||||
}
|
||||
if $bgp_dragent_enabled {
|
||||
class {'neutron::services::dr': }
|
||||
class {'neutron::agents::bgp_dragent':
|
||||
bgp_router_id => '127.0.0.1'
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user