Add uplink provider network to neutron network

At midonet we are using a custom provider network
type since edge router is also inside our managed
topology

Change-Id: I22ca765c2e83218d82c9826e8dae753ddfa365dc
This commit is contained in:
Alex Ruiz Estradera 2016-07-19 17:31:45 +02:00
parent 62fbfc48ec
commit 9ecb912d24
1 changed files with 1 additions and 1 deletions

View File

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