summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMatt Van Dijk <mvandijk@tesora.com>2016-03-09 10:44:37 -0500
committerMatt Van Dijk <mvandijk@tesora.com>2016-03-09 10:44:37 -0500
commit0790c349f0305e8a40eaf84dc79dadb91caf47f4 (patch)
tree2d602c3796c528805bd53a6febda07c8698644a1 /etc
parentffcc149891c4efa7538374299894668533aedaff (diff)
downloadtrove-0790c349f0305e8a40eaf84dc79dadb91caf47f4.tar.gz
Add MongoDB config server port to cfg
The configuration server port 27019 was missing from the Trove config files. Add it, and replace the hardcoded version in the guestagent with a ref to the conf. Change-Id: Ibca4cbed7669a0fde82af4e3c402f80d24bd9fad Closes-bug: #1555180
Diffstat (limited to 'etc')
-rw-r--r--etc/trove/trove.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/trove/trove.conf.sample b/etc/trove/trove.conf.sample
index 8df5d7df..e9a4376f 100644
--- a/etc/trove/trove.conf.sample
+++ b/etc/trove/trove.conf.sample
@@ -241,7 +241,7 @@ volume_support = True
device_path = /dev/vdb
[mongodb]
-tcp_ports = 2500, 27017
+tcp_ports = 2500, 27017, 27019
volume_support = True
device_path = /dev/vdb
num_config_servers_per_cluster = 1