From 765232f6d9cad7fe6a9f1d44becca2ebefa54e88 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Fri, 22 Jul 2011 14:15:50 -0400 Subject: [PATCH] Updated the docs with OAuth info. Change-Id: Idd180a230717228490d14d168ded791ea328a2ae --- doc/gerrit.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/gerrit.rst b/doc/gerrit.rst index 49a74d3b..ff80c17a 100644 --- a/doc/gerrit.rst +++ b/doc/gerrit.rst @@ -389,7 +389,11 @@ Depends Keys ==== -The key for the launchpad sync user is in ~/.ssh/launchpad_rsa. +The key for the launchpad sync user is in ~/.ssh/launchpad_rsa. Connecting +to Launchpad requires oauth authentication - so the first time +sync_launchpad_gerrit.py is run, it will display a URL. Open this URL in a +browser and log in to launchpad as the hudson-openstack user. Subsequent +runs with cache the credentials. Running =======