aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile/pacemaker
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-07-22 16:00:27 +0000
committerGerrit Code Review <review@openstack.org>2016-07-22 16:00:27 +0000
commitd355194bec2da69088d111955920fd14438aca7d (patch)
treeb4c00d8435289bc4571497883176a86165828ccc /manifests/profile/pacemaker
parent4a88abb84422ffd871ac34d108cbb547d7343e4d (diff)
parenta72299d96cfb01b0473f702af8d4eb49fa875e96 (diff)
Merge "Remove unused redis_vip parameter"
Diffstat (limited to 'manifests/profile/pacemaker')
-rw-r--r--manifests/profile/pacemaker/database/redis.pp4
1 files changed, 0 insertions, 4 deletions
diff --git a/manifests/profile/pacemaker/database/redis.pp b/manifests/profile/pacemaker/database/redis.pp
index 9bb96ae..27dcbe9 100644
--- a/manifests/profile/pacemaker/database/redis.pp
+++ b/manifests/profile/pacemaker/database/redis.pp
@@ -18,9 +18,6 @@
#
# === Parameters
#
-# [*redis_vip*]
-# Redis virtual IP
-#
# [*bootstrap_node*]
# (Optional) The hostname of the node responsible for bootstrapping tasks
# Defaults to hiera('bootstrap_nodeid')
@@ -36,7 +33,6 @@
#
class tripleo::profile::pacemaker::database::redis (
- $redis_vip,
$bootstrap_node = hiera('bootstrap_nodeid'),
$enable_load_balancer = hiera('enable_load_balancer', true),
$step = hiera('step'),