Small update to guid_gce.rst, says 'project-name', should be 'project_id'.

pull/4420/head
fullergalway 2015-02-12 09:15:43 +00:00
parent 1b4f1e1756
commit a8c02ea807
1 changed files with 1 additions and 1 deletions

View File

@ -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.