Return-Path: X-Original-To: apmail-libcloud-notifications-archive@www.apache.org Delivered-To: apmail-libcloud-notifications-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DB1DF1898A for ; Fri, 25 Sep 2015 11:38:40 +0000 (UTC) Received: (qmail 53902 invoked by uid 500); 25 Sep 2015 11:38:40 -0000 Delivered-To: apmail-libcloud-notifications-archive@libcloud.apache.org Received: (qmail 53848 invoked by uid 500); 25 Sep 2015 11:38:40 -0000 Mailing-List: contact notifications-help@libcloud.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@libcloud.apache.org Delivered-To: mailing list notifications@libcloud.apache.org Received: (qmail 53796 invoked by uid 500); 25 Sep 2015 11:38:40 -0000 Delivered-To: apmail-libcloud-commits@libcloud.apache.org Received: (qmail 53793 invoked by uid 99); 25 Sep 2015 11:38:40 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Sep 2015 11:38:40 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 88987E00DE; Fri, 25 Sep 2015 11:38:40 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: tomaz@apache.org To: commits@libcloud.apache.org Date: Fri, 25 Sep 2015 11:38:41 -0000 Message-Id: <1c70149328e0459d86d36e963fba13b7@git.apache.org> In-Reply-To: <5605c037385f475b8aa74ecb2f756676@git.apache.org> References: <5605c037385f475b8aa74ecb2f756676@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/3] libcloud git commit: google: Update auth documentation with drift info google: Update auth documentation with drift info Mention that large time drift will cause authentication failures in the documentation for GCE. Closes #571 Signed-off-by: Tomaz Muraus Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/24adde4d Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/24adde4d Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/24adde4d Branch: refs/heads/trunk Commit: 24adde4d4d5f686c6b3c7fc99a48e845a2f97694 Parents: 3865e06 Author: Michal Tekel Authored: Thu Sep 10 15:06:43 2015 +0100 Committer: Tomaz Muraus Committed: Fri Sep 25 13:28:39 2015 +0200 ---------------------------------------------------------------------- docs/compute/drivers/gce.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/24adde4d/docs/compute/drivers/gce.rst ---------------------------------------------------------------------- diff --git a/docs/compute/drivers/gce.rst b/docs/compute/drivers/gce.rst index 079b6f8..5105f00 100644 --- a/docs/compute/drivers/gce.rst +++ b/docs/compute/drivers/gce.rst @@ -41,7 +41,9 @@ Which one should I use? authorization is your Project ID. Once you have set up the authentication as described below, you pass the -authentication information to the driver as described in `Examples`_ +authentication information to the driver as described in `Examples`_. Also +bear in mind that large clock drift (difference in time) between authenticating +host and google will cause authentication to fail. Service Account