loadbalancer: delete non-used parameter

keepalived_localhost_ip params was not used.

Bug #237
This commit is contained in:
Emilien Macchi
2014-04-28 09:22:54 +02:00
parent c9b4bf4065
commit 3e19728e3e
2 changed files with 0 additions and 2 deletions

View File

@@ -38,7 +38,6 @@ class cloud::loadbalancer(
$keepalived_priority = 50,
$keepalived_interface = 'eth0',
$keepalived_ipvs = ['127.0.0.1'],
$keepalived_localhost_ip = '127.0.0.1',
$ks_cinder_public_port = 8776,
$ks_ceilometer_public_port = 8777,
$ks_ec2_public_port = 8773,

View File

@@ -44,7 +44,6 @@ describe 'cloud::loadbalancer' do
:keepalived_priority => 50,
:keepalived_interface => 'eth0',
:keepalived_ipvs => ['10.0.0.1', '10.0.0.2'],
:keepalived_localhost_ip => '127.0.0.1',
:horizon_port => '80',
:spice_port => '6082',
:vip_public_ip => '10.0.0.3',