Skip to content

Commit

Permalink
Adding l3_ext network type support for neutron VMWare NSX plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
rogov-sa committed Oct 14, 2014
1 parent d65ffe0 commit 0a8aadd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/puppet/type/neutron_network.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

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
Expand Down

0 comments on commit 0a8aadd

Please sign in to comment.