Skip to content

Commit

Permalink
Change fixed_range default to /24
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Dan Bode committed May 22, 2012
1 parent 13f0c78 commit 6e8f566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/all.pp
Expand Up @@ -9,7 +9,7 @@
$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
Expand Down

0 comments on commit 6e8f566

Please sign in to comment.