Set network defaults.

Updates nova::network so that it uses some default values
(that match nova).

Change-Id: If199149c957debd0566bfa07fda31320c32fddbd
This commit is contained in:
Dan Prince 2013-04-05 14:57:29 -04:00
parent 999af24d95
commit 3fe4294a85
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@
# the fixed and floating ranges provided.
#
class nova::network(
$private_interface,
$fixed_range,
$private_interface = undef,
$fixed_range = '10.0.0.0/8',
$public_interface = undef,
$num_networks = 1,
$network_size = 255,