From a8c02ea8074b74f9c3e1b2b13fe4e92fbe912fe0 Mon Sep 17 00:00:00 2001 From: fullergalway Date: Thu, 12 Feb 2015 09:15:43 +0000 Subject: [PATCH] Small update to guid_gce.rst, says 'project-name', should be 'project_id'. --- docsite/rst/guide_gce.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/guide_gce.rst b/docsite/rst/guide_gce.rst index c0f90f13e26..ed236544a3d 100644 --- a/docsite/rst/guide_gce.rst +++ b/docsite/rst/guide_gce.rst @@ -77,7 +77,7 @@ Create a file ``secrets.py`` looking like following, and put it in some folder w .. code-block:: python GCE_PARAMS = ('i...@project.googleusercontent.com', '/path/to/project.pem') - GCE_KEYWORD_PARAMS = {'project': 'project-name'} + GCE_KEYWORD_PARAMS = {'project': 'project_id'} Now the modules can be used as above, but the account information can be omitted.