Support to set external_network_bridge empty

external_network_bridge could be empty to support multiple external
networks, update l3_agent recipe to support this situation.

Change-Id: Idca94b9d40df750f89e70567e641fe96b6f4a4b1
Closes-Bug: #1483994
This commit is contained in:
leejian0612
2015-08-12 16:49:41 +08:00
parent 08bd03d011
commit f8b8355684
6 changed files with 49 additions and 26 deletions

View File

@@ -375,7 +375,8 @@ default['openstack']['network']['l3']['gateway_external_network_name'] = nil
default['openstack']['network']['l3']['handle_internal_only_routers'] = 'True'
# Name of bridge used for external network traffic. This should be set to
# empty value for the linux bridge
# empty value for the linux bridge. When external_network_bridge is empty or nil,
# creation of external bridge will be skipped in the recipe.
default['openstack']['network']['l3']['external_network_bridge'] = 'br-ex'
# Interface to use for external bridge.