Merge "Use 2 dhcp agents in TestLegacyL3Agent"
This commit is contained in:
commit
f39a9d882c
@ -272,7 +272,10 @@ class TestLegacyL3Agent(TestL3Agent):
|
||||
host_descriptions = [
|
||||
environment.HostDescription(l3_agent=True, dhcp_agent=True,
|
||||
l3_agent_extensions="fip_qos"),
|
||||
environment.HostDescription()]
|
||||
# None(obondarev): dhcp agent is added to workaround bug 1930401,
|
||||
# to be removed in scope of proper bug fix:
|
||||
# https://review.opendev.org/c/openstack/neutron/+/794994
|
||||
environment.HostDescription(dhcp_agent=True)]
|
||||
env = environment.Environment(
|
||||
environment.EnvironmentDescription(
|
||||
network_type='vlan', l2_pop=False,
|
||||
|
Loading…
Reference in New Issue
Block a user