Ruediger Rissmann 2015-02-11 14:44:59 +01:00
parent 8e68140219
commit 6bcb0bd574

View File

@ -40,7 +40,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)
newvalues(:flat, :vlan, :local, :gre, :l3_ext, :vxlan)
end
newproperty(:provider_physical_network) do