Merge "Neutron: Remove unused NeutronMechanismDrivers from dhcp-agent template"

This commit is contained in:
Zuul 2021-06-22 14:33:54 +00:00 committed by Gerrit Code Review
commit f041bcd838
1 changed files with 0 additions and 10 deletions

View File

@ -121,16 +121,6 @@ parameters:
default: false
description: Neutron DHCP agent to use broadcast in DHCP replies
type: boolean
# TODO(bogdando): The experimental OVN SRIOV environment includes the
# DHCP agent service. We keep it safe to not break it with AZ-related
# configurations. Therefore, we have to determine, if
# NeutronMechanismDrivers is OVN or not. This may change in future,
# when OVN/SRIOV supports Neutron AZ configurations for the agent services.
NeutronMechanismDrivers:
default: 'ovn'
description: |
The mechanism drivers for the Neutron tenant network.
type: comma_delimited_list
NeutronDhcpAgentAvailabilityZone:
description: Availability zone for Neutron DHCP agent. If not set,
no AZs will be configured for Neutron network services.