fix internal iface for standalone
This commit is contained in:
parent
037c5521c6
commit
b8d8b899f9
@ -9,8 +9,8 @@ $floating_range = '10.0.1.0/28'
|
||||
$fixed_range = '10.0.2.0/28'
|
||||
$controller_hostnames = ['fuel-01', 'fuel-02']
|
||||
$public_interface = 'eth1'
|
||||
$internal_interface = 'eth1'
|
||||
$internal_address = $ipaddress_eth1
|
||||
$internal_interface = 'eth0'
|
||||
$internal_address = $ipaddress_eth0
|
||||
$private_interface = 'eth2'
|
||||
$multi_host = true
|
||||
$network_manager = 'nova.network.manager.FlatDHCPManager'
|
||||
|
Loading…
Reference in New Issue
Block a user