Change fixed_range default to /24

Having the default set to /16 was causing issues
on some versions of openstack that complained this
range was too big.

This commit decreases the size of the network being
created.
This commit is contained in:
Dan Bode
2012-05-22 10:11:05 -07:00
parent 13f0c78b0c
commit 6e8f566cde

View File

@@ -9,7 +9,7 @@ class openstack::all(
$public_interface,
$private_interface,
$floating_range = false,
$fixed_range = '10.0.0.0/16',
$fixed_range = '10.0.0.0/24',
$network_manager = 'nova.network.manager.FlatDHCPManager',
$network_config = {},
# middleware credentials