Update gsutil documentation 87/28387/4
authorAric Gardner <agardner@linuxfoundation.org>
Thu, 9 Feb 2017 17:25:12 +0000 (12:25 -0500)
committerAric Gardner <agardner@linuxfoundation.org>
Tue, 4 Jul 2017 17:44:36 +0000 (17:44 +0000)
gsutil must be installed via pip
irc is a better way to grant access

Change-Id: Ie2274ddc17814e8c6bf940eb988453de9e2b9fb7
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
docs/octopus_docs/opnfv-artifact-repository.rst

index 29ec5dd..1d2ae97 100644 (file)
@@ -145,7 +145,12 @@ Please follow steps listed below.
 
 1. Install gsutil
 
-    Please follow steps listed on `this link <https://cloud.google.com/storage/docs/gsutil_install>`_ to install gsutil to your computer.
+   ``sudo pip install gsutil``
+
+   in case of troubles:
+
+   ``sudo pip uninstall gsutil``
+   ``sudo pip install gsutil``
 
 2. Configure gsutil
 
@@ -158,6 +163,10 @@ The project-id is **linux-foundation-collab**.
 
     Send an email to `LF Helpdesk <opnfv-helpdesk@rt.linuxfoundation.org>`_ and list the reasons for the request. Do not forget to include gmail mail address.
 
+    Or:
+
+    Contact aricg on irc in #opnfv-octopus and pass him the accounts.google.com/o/oauth2/auth line, and he will send you the auth response in a private message.
+
 Upload Artifacts
 ~~~~~~~~~~~~~~~~