Skip to content

Commit

Permalink
Fixed network values
Browse files Browse the repository at this point in the history
  • Loading branch information
jamtur01 committed Aug 16, 2011
1 parent 7cea1c1 commit c48464d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion manifests/controller.pp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
$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',
Expand Down
2 changes: 1 addition & 1 deletion manifests/ubuntu/all.pp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
$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 = undef,
Expand Down
2 changes: 1 addition & 1 deletion manifests/ubuntu/cc.pp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

$glance_api_servers = 'localhost:9292',

$nova_network = '11.0.0.0',
$nova_network = '11.0.0.0/24',
$available_ips = '256',

$admin_user = 'novaadmin',
Expand Down
2 changes: 1 addition & 1 deletion tests/ubuntu/all.pp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
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',

db_password => 'password',
Expand Down
2 changes: 1 addition & 1 deletion tests/ubuntu/cc.pp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
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',
Expand Down

0 comments on commit c48464d

Please sign in to comment.