unset default for public_interface

This commit unsets the public_interface default.

This is to make the code behave more like the
previous iteration.
This commit is contained in:
Dan Bode
2012-08-19 00:41:30 -07:00
parent afafbd355f
commit bb96698ab3

View File

@@ -24,7 +24,7 @@ class openstack::nova::compute (
$rabbit_password, $rabbit_password,
# Network # Network
$public_address = undef, $public_address = undef,
$public_interface = 'eth0', $public_interface = undef,
$private_interface = 'eth1', $private_interface = 'eth1',
$fixed_range = '10.0.0.0/24', $fixed_range = '10.0.0.0/24',
$network_manager = 'nova.network.manager.FlatDHCPManager', $network_manager = 'nova.network.manager.FlatDHCPManager',