From 70abc782669332240354aad59d03c0fa7a7e2c51 Mon Sep 17 00:00:00 2001 From: agardner Date: Fri, 1 Dec 2017 15:27:56 -0500 Subject: Installing gsutil from googles website gives you the full sdk We cannot authroize the full skd it has permission to start and stop vms Change-Id: I22799074b0756ad93f8117df3f019545be2ee64e Signed-off-by: agardner --- docs/octopus_docs/opnfv-artifact-repository.rst | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/octopus_docs/opnfv-artifact-repository.rst b/docs/octopus_docs/opnfv-artifact-repository.rst index 29ec5dd..cb5f255 100644 --- a/docs/octopus_docs/opnfv-artifact-repository.rst +++ b/docs/octopus_docs/opnfv-artifact-repository.rst @@ -145,7 +145,17 @@ Please follow steps listed below. 1. Install gsutil - Please follow steps listed on `this link `_ to install gsutil to your computer. + ``sudo pip install gsutil`` + + in case of troubles: + + ``sudo pip uninstall gsutil`` + ``sudo pip install gsutil`` + + 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. + + 2. Configure gsutil -- cgit 1.2.3-korg