Add additional help text for openstack user/pass
Update the openstack example config file with some additional help text about the username and password. The first time I ran this it took me a little bit to figure out the right password to use. I didn't realize I needed to go generate a password in my gerrit settings. Hopefully this note will avoid confusion by someone else in the future. Change-Id: If93ec938e48f624aff4741b19d95e03abb8c8a9c
This commit is contained in:
parent
7d5b02d9af
commit
98cb6a6a01
@ -6,7 +6,11 @@
|
|||||||
servers:
|
servers:
|
||||||
- name: openstack
|
- name: openstack
|
||||||
url: https://review.openstack.org/
|
url: https://review.openstack.org/
|
||||||
|
# Your gerrit username.
|
||||||
username: CHANGEME
|
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.
|
||||||
password: CHANGEME
|
password: CHANGEME
|
||||||
git-root: ~/git/
|
git-root: ~/git/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user