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:
@@ -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
|
||||
|
Reference in New Issue
Block a user