Description of problem: Currently, T-H-T has the following parameters. NeutronNetworkType: Notify neutron what network types can be used for tenant network. OVNEncapType: Assign a capsule protocol for OVN, geneve or vxlan. There is no mechanism to ensure that the capsule protocol assigned by OVNEncapType is included in NeutronNetworkType. Due to that, there is a possibility that geneve is not assigned in NeutronNetworkType. Then, at the time of tenant network creation, user may find the provider:network_type becomes vxlan. Finally, this misconfiguration causes network connectivity issue by wrong MTU calculation based on provider:network_type in Neutron. We should have a check mechanism to confirm NeutronNetworkType parameter includes the protocol assigned by OVNEncapType.