aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile/base/database
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-08-10 07:09:59 +0000
committerGerrit Code Review <review@openstack.org>2016-08-10 07:09:59 +0000
commitb2c80337669164699b58e37e4813a9d9b7dc60a5 (patch)
tree98d918a290e250b58ea25a4beb2ff4ef054b0f5b /manifests/profile/base/database
parent855d4b5e5e2521ac8a7dda32c0ce9d43f002b5c9 (diff)
parent355547c5e83d74b90187552b309154659e4a8139 (diff)
Merge "Fix use of bootstrap_node in cinder base profile"
Diffstat (limited to 'manifests/profile/base/database')
-rw-r--r--manifests/profile/base/database/mongodbcommon.pp3
1 files changed, 1 insertions, 2 deletions
diff --git a/manifests/profile/base/database/mongodbcommon.pp b/manifests/profile/base/database/mongodbcommon.pp
index 756ab85..13af899 100644
--- a/manifests/profile/base/database/mongodbcommon.pp
+++ b/manifests/profile/base/database/mongodbcommon.pp
@@ -31,8 +31,7 @@ class tripleo::profile::base::database::mongodbcommon (
) {
$port = '27017'
- # NOTE(gfidente): the following vars are needed on all nodes so they
- # need to stay out of pacemaker_master conditional.
+ # NOTE(gfidente): the following vars are needed on all nodes.
# The addresses mangling will hopefully go away when we'll be able to
# configure the connection string via hostnames, until then, we need to pass
# the list of IPv6 addresses *with* port and without the brackets as 'members'