(temp) Fix local_ip param for OVS agent
Signed-off-by: Emilien Macchi <emilien.macchi@enovance.com>
This commit is contained in:
parent
3c831b5684
commit
0f82c1cfdc
@ -45,7 +45,7 @@ class privatecloud::network(
|
||||
$debug = $os_params::debug,
|
||||
$rabbit_hosts = $os_params::rabbit_hosts,
|
||||
$rabbit_password = $os_params::rabbit_password,
|
||||
$tunnel_eth = $os_params::tunnel_int
|
||||
$tunnel_eth = $::ipaddress_eth0
|
||||
) {
|
||||
|
||||
class { 'neutron':
|
||||
|
Loading…
x
Reference in New Issue
Block a user