Missed one network value in all.pp which needed subnet mask added
This commit is contained in:
parent
11d3f073ff
commit
f2a50d8f16
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user