Fix name of the Neutron L3 agent service in case of TripleO

Change-Id: I39c4838bfa3bf516a7d27787e089bbfd43ad3b11
This commit is contained in:
Slawek Kaplonski 2020-04-23 13:12:11 +02:00 committed by Federico Ressi
parent 4062f279b4
commit 0908614679
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ class TripleoTopology(topology.OpenStackTopology):
agent_to_service_name_mappings = {
'neutron-dhcp-agent': 'tripleo_neutron_dhcp',
'neutron-l3-agent': 'tripleo_neutron_l3',
'neutron-l3-agent': 'tripleo_neutron_l3_agent',
'neutron-ovs-agent': 'tripleo_neutron_ovs_agent',
}