From 9430951d6edd9158ae0437935f11ebda5369e5c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1draig=20Brady?= Date: Mon, 8 Sep 2014 18:07:41 +0100 Subject: [PATCH] Add help text for HTTP user/pass Add help text for the HTTP password option to all example configs, since the issue is not obvious, especially give the current failure mode of a traceback in JSON parsing code. Add a direct link to the appropriate openstack setting page. Change-Id: I2ccc723258c502221beb052b3a42b13085a2af7e --- examples/minimal-gertty.yaml | 1 + examples/openstack-gertty.yaml | 5 ++--- examples/reference-gertty.yaml | 2 ++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/examples/minimal-gertty.yaml b/examples/minimal-gertty.yaml index 038e9ab..1df41ea 100644 --- a/examples/minimal-gertty.yaml +++ b/examples/minimal-gertty.yaml @@ -5,5 +5,6 @@ servers: - name: CHANGEME url: https://CHANGEME.example.org/ username: CHANGEME + # Set corresponding HTTP password in gerrit settings password: CHANGEME git-root: ~/git/ diff --git a/examples/openstack-gertty.yaml b/examples/openstack-gertty.yaml index c982e43..e3f6864 100644 --- a/examples/openstack-gertty.yaml +++ b/examples/openstack-gertty.yaml @@ -8,9 +8,8 @@ servers: url: https://review.openstack.org/ # Your gerrit username. username: CHANGEME - # Your HTTP Password for gerrit. Go to the "HTTP Password" section in your - # account settings to generate/retrieve this password. It is *not* your - # launchpad password. + # Set password at https://review.openstack.org/#/settings/http-password + # Note this is not your launchpad password. password: CHANGEME git-root: ~/git/ diff --git a/examples/reference-gertty.yaml b/examples/reference-gertty.yaml index 696b120..2281bc7 100644 --- a/examples/reference-gertty.yaml +++ b/examples/reference-gertty.yaml @@ -9,6 +9,8 @@ servers: - name: CHANGEME url: https://CHANGEME.example.org/ username: CHANGEME + # Your HTTP Password for gerrit. Go to the "HTTP Password" section in your + # account settings to generate/retrieve this password. password: CHANGEME git_root: ~/git/