Merge "Adding l3_ext network type support for neutron VMWare NSX plugin"

This commit is contained in:
Jenkins 2014-11-19 02:41:00 +00:00 committed by Gerrit Code Review
commit bbecaab2ff

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