Set configure bridge to false from controller

This commit is contained in:
Dan Bode 2012-03-19 18:11:36 -07:00
parent 189d89887e
commit e6fe889a50

View File

@ -60,6 +60,7 @@ class nova::controller(
flat_network_bridge => $flat_network_bridge,
flat_network_bridge_ip => $flat_network_bridge_ip,
flat_network_bridge_netmask => $flat_network_bridge_netmask,
configure_bridge => false,
}
class { "nova::objectstore":