Merge "Adding l3_ext network type support for neutron VMWare NSX plugin"
This commit is contained in:
commit
bbecaab2ff
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user