Merge "Use 2 dhcp agents in TestLegacyL3Agent"

This commit is contained in:
Zuul 2021-06-08 22:04:49 +00:00 committed by Gerrit Code Review
commit f39a9d882c
1 changed files with 4 additions and 1 deletions

View File

@ -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,