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
This commit is contained in:
parent
91e5fa465d
commit
9430951d6e
@ -5,5 +5,6 @@ servers:
|
|||||||
- name: CHANGEME
|
- name: CHANGEME
|
||||||
url: https://CHANGEME.example.org/
|
url: https://CHANGEME.example.org/
|
||||||
username: CHANGEME
|
username: CHANGEME
|
||||||
|
# Set corresponding HTTP password in gerrit settings
|
||||||
password: CHANGEME
|
password: CHANGEME
|
||||||
git-root: ~/git/
|
git-root: ~/git/
|
||||||
|
@ -8,9 +8,8 @@ servers:
|
|||||||
url: https://review.openstack.org/
|
url: https://review.openstack.org/
|
||||||
# Your gerrit username.
|
# Your gerrit username.
|
||||||
username: CHANGEME
|
username: CHANGEME
|
||||||
# Your HTTP Password for gerrit. Go to the "HTTP Password" section in your
|
# Set password at https://review.openstack.org/#/settings/http-password
|
||||||
# account settings to generate/retrieve this password. It is *not* your
|
# Note this is not your launchpad password.
|
||||||
# launchpad password.
|
|
||||||
password: CHANGEME
|
password: CHANGEME
|
||||||
git-root: ~/git/
|
git-root: ~/git/
|
||||||
|
|
||||||
|
@ -9,6 +9,8 @@ servers:
|
|||||||
- name: CHANGEME
|
- name: CHANGEME
|
||||||
url: https://CHANGEME.example.org/
|
url: https://CHANGEME.example.org/
|
||||||
username: CHANGEME
|
username: CHANGEME
|
||||||
|
# Your HTTP Password for gerrit. Go to the "HTTP Password" section in your
|
||||||
|
# account settings to generate/retrieve this password.
|
||||||
password: CHANGEME
|
password: CHANGEME
|
||||||
git_root: ~/git/
|
git_root: ~/git/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user