Add VLAN as a supported network type for OVN

In the latest version of OVN (2.11 or higher) VLAN is now supported.
This patch is adding VLAN as a supported network type in the validations
for OVN.

Here's the networking-ovn patch adding support for VLAN tenant network:
I419ea318c8d78726b5263eecbb1f70bb34f7d96d

Change-Id: I915eba94935199ba892a68557f39e9e291f5ee22
Signed-off-by: Lucas Alvares Gomes <lucasagomes@gmail.com>
This commit is contained in:
Lucas Alvares Gomes 2019-01-25 10:24:23 +00:00
parent 68f1636b5b
commit 822a92a806
1 changed files with 2 additions and 4 deletions

View File

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