Adding vxlan network type support for neutron ML2 plug-in
http://docs.openstack.org/admin-guide-cloud/content/ml2_l2pop_scenarios.html http://docs.openstack.org/admin-guide-cloud/content/ml2_scenarios.html http://docs.openstack.org/admin-guide-cloud/content/under_the_hood_openvswitch.html Change-Id: I62f6a437c81a56d768316e086fab47d0855be692
This commit is contained in:
parent
8e68140219
commit
6bcb0bd574
@ -40,7 +40,7 @@ Puppet::Type.newtype(:neutron_network) do
|
|||||||
|
|
||||||
newproperty(:provider_network_type) do
|
newproperty(:provider_network_type) do
|
||||||
desc 'The physical mechanism by which the virtual network is realized.'
|
desc 'The physical mechanism by which the virtual network is realized.'
|
||||||
newvalues(:flat, :vlan, :local, :gre, :l3_ext)
|
newvalues(:flat, :vlan, :local, :gre, :l3_ext, :vxlan)
|
||||||
end
|
end
|
||||||
|
|
||||||
newproperty(:provider_physical_network) do
|
newproperty(:provider_physical_network) do
|
||||||
|
Loading…
Reference in New Issue
Block a user