From ff30682740cd024f4a53b07f359879a43d38fc31 Mon Sep 17 00:00:00 2001 From: Chainarong Tangsurakit Date: Thu, 29 Jun 2017 03:04:24 +0700 Subject: [PATCH] [cloud][gce] Add necessary key for secrets.py (#25997) Add necessary key for secrets.py --- docs/docsite/rst/guide_gce.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/guide_gce.rst b/docs/docsite/rst/guide_gce.rst index 1b24d0bddd9..4c891645c57 100644 --- a/docs/docsite/rst/guide_gce.rst +++ b/docs/docsite/rst/guide_gce.rst @@ -95,7 +95,7 @@ credentials path as follows so that get automatically picked up: .. code-block:: python GCE_PARAMS = ('', '') - GCE_KEYWORD_PARAMS = {'project': 'project_id'} + GCE_KEYWORD_PARAMS = {'project': 'project_id', 'datacenter': ''} Configuring Modules with Environment Variables ``````````````````````````````````````````````