Commit ec8483eb by Brian Coca

Merge pull request #10227 from fullergalway/patch-1

Small change to guid_gce.rst,  'project-name', should be 'project_id'
parents 0692cc2b a8c02ea8
...@@ -77,7 +77,7 @@ Create a file ``secrets.py`` looking like following, and put it in some folder w ...@@ -77,7 +77,7 @@ Create a file ``secrets.py`` looking like following, and put it in some folder w
.. code-block:: python .. code-block:: python
GCE_PARAMS = ('i...@project.googleusercontent.com', '/path/to/project.pem') 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. Now the modules can be used as above, but the account information can be omitted.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment