Missed one network value in all.pp which needed subnet mask added

This commit is contained in:
James Turnbull 2011-08-15 17:30:07 -07:00
parent 11d3f073ff
commit f2a50d8f16
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ class nova::all(
$flat_network_bridge_ip = '11.0.0.1',
$flat_network_bridge_netmask = '255.255.255.0',
$nova_network = '11.0.0.0',
$nova_network = '11.0.0.0/24',
$available_ips = '256',
$image_service = 'nova.image.glance.GlanceImageService',