neutron_network: Remove l3_ext network for NSX plugin
... because we have removed support for NSX plugin. Change-Id: Ie1d8920ecaa351544c94c71f16bdd9fa2db2e798
This commit is contained in:
@@ -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, :geneve)
|
||||
newvalues(:flat, :vlan, :local, :gre, :vxlan, :geneve)
|
||||
end
|
||||
|
||||
newproperty(:provider_physical_network) do
|
||||
|
Reference in New Issue
Block a user