diff --git a/puppet/services/neutron-plugin-ml2-ovn.yaml b/puppet/services/neutron-plugin-ml2-ovn.yaml index d80bc904c4..8d4cb03a65 100644 --- a/puppet/services/neutron-plugin-ml2-ovn.yaml +++ b/puppet/services/neutron-plugin-ml2-ovn.yaml @@ -71,10 +71,7 @@ parameters: description: Whether Metadata Service has to be enabled type: boolean default: true - # NOTE(anil): OVN supports only VLAN and geneve networks. But VLAN - # tenant networks have a limited support in OVN. So allowing only - # geneve networks until the problems are addressed. - # See bug #1767070 for more information. + # NOTE(anil): OVN supports only VLAN and geneve networks NeutronNetworkType: default: 'geneve' description: The tenant network type for Neutron. @@ -82,6 +79,7 @@ parameters: constraints: - allowed_values: - geneve + - vlan OVNDnsServers: default: [] description: List of servers to use as as dns forwarders