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 <[email protected]> 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 <[email protected]> Authored: Thu Sep 10 15:06:43 2015 +0100 Committer: Tomaz Muraus <[email protected]> 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
