From 0790c349f0305e8a40eaf84dc79dadb91caf47f4 Mon Sep 17 00:00:00 2001 From: Matt Van Dijk Date: Wed, 9 Mar 2016 10:44:37 -0500 Subject: 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 --- etc/trove/trove.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') 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 -- cgit v1.2.1