Merge "Add uplink provider network to neutron network"

This commit is contained in:
Jenkins 2016-07-20 15:38:07 +00:00 committed by Gerrit Code Review
commit 4ad3cd318b

@ -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, :uplink)
end
newproperty(:provider_physical_network) do