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:
@@ -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',
|
||||||
|
Reference in New Issue
Block a user