Files
packstack/puppet/templates/nova_network.pp
Derek Higgins bd9d2e8388 Adding Initial openstack plugins
This is a first working version of the installer, there is a lot
more to be added, for example a lot more can be paramatarized
2012-08-03 00:25:57 +01:00

10 lines
192 B
Puppet

class {"nova::network":
enabled => true,
private_interface => 'eth0',
public_interface => 'eth0',
fixed_range => '192.168.11.0/24',
floating_range => '192.168.13.0/24'
}