Implement networks for example manifest

This commit is contained in:
Dan Bode 2012-04-10 18:46:47 -07:00
parent c621058636
commit bbadbdeb1f
1 changed files with 9 additions and 0 deletions

View File

@ -159,6 +159,15 @@ class { 'nova::network':
enabled => true
}
nova::manage::network { "nova-vm-net":
network => '11.0.0.0/24',
available_ips => 128,
}
nova::manage::floating { "nova-vm-floating":
network => '10.128.0.0/24',
}
class { 'nova::objectstore':
enabled => true
}