Permit setting ml2 flat networks in Neutron.

This is needed to deploy the ci features in the overcloud - access to
the bare metal LAN.

Change-Id: I9fa923b63033edb694720bfe5fc756a7c0fbfd2a
This commit is contained in:
Robert Collins 2014-02-03 16:19:05 +13:00
parent 6f6bb7730d
commit 564b29b11f
2 changed files with 4 additions and 0 deletions

View File

@ -10,3 +10,4 @@ neutron:
debug: False
- Print debugging output (set logging level to DEBUG
instead of default WARNING level).
flat-networks: "tripleo-bm-test"

View File

@ -4,6 +4,9 @@ mechanism_drivers = openvswitch
tenant_network_types = {{neutron.ovs.tenant_network_type}}
[ml2_type_flat]
{{#neutron.flat-networks}}
flat_networks={{neutron.flat-networks}}
{{/neutron.flat-networks}}
[ml2_type_vlan]