neutron_network: Add missing geneve network type

Change-Id: Ia0d7bbb55b94d258974d282428edcc90727e505a
(cherry picked from commit c53d41b0af)
(cherry picked from commit 2396c90257)
This commit is contained in:
Takashi Kajinami 2023-11-07 09:29:39 +09:00
parent 8f83dfaa1e
commit cc9e4b9778
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ Puppet::Type.newtype(:neutron_network) do
newproperty(:provider_network_type) do
desc 'The physical mechanism by which the virtual network is realized.'
newvalues(:flat, :vlan, :local, :gre, :l3_ext, :vxlan)
newvalues(:flat, :vlan, :local, :gre, :l3_ext, :vxlan, :geneve)
end
newproperty(:provider_physical_network) do