diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-08-10 07:09:59 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-08-10 07:09:59 +0000 |
commit | b2c80337669164699b58e37e4813a9d9b7dc60a5 (patch) | |
tree | 98d918a290e250b58ea25a4beb2ff4ef054b0f5b /manifests/profile/base/database/mongodbcommon.pp | |
parent | 855d4b5e5e2521ac8a7dda32c0ce9d43f002b5c9 (diff) | |
parent | 355547c5e83d74b90187552b309154659e4a8139 (diff) |
Merge "Fix use of bootstrap_node in cinder base profile"
Diffstat (limited to 'manifests/profile/base/database/mongodbcommon.pp')
-rw-r--r-- | manifests/profile/base/database/mongodbcommon.pp | 3 |
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' |