From b1067bbdd7917574126307b7dff3039ccb1243df Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Thu, 29 Sep 2016 18:29:57 -0400 Subject: [PATCH] Cleanup sample config file The sample config file included in the repo was very specific to my account. This just removes the references to my gerrit username, openstack's gerrit server, and my username on my local machines. Change-Id: Ib1843b83a2c3b71d45522d2235e8df842b959c7e --- etc/germqtt.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/germqtt.conf b/etc/germqtt.conf index 23e6a1b..cb1c40d 100644 --- a/etc/germqtt.conf +++ b/etc/germqtt.conf @@ -2,9 +2,9 @@ pidfile = /var/run/germqtt.pid [gerrit] -username=treinish -hostname=review.openstack.org -key=/home/computertreker/.ssh/id_rsa +username=gerrit_username +hostname=localhost +key=~/.ssh/id_rsa [mqtt] hostname=localhost