[cloud][gce] Add necessary key for secrets.py (#25997)

Add necessary key for secrets.py
pull/26200/head
Chainarong Tangsurakit 7 years ago committed by Ryan Brown
parent 2683c36a01
commit ff30682740

@ -95,7 +95,7 @@ credentials path as follows so that get automatically picked up:
.. code-block:: python .. code-block:: python
GCE_PARAMS = ('', '') GCE_PARAMS = ('', '')
GCE_KEYWORD_PARAMS = {'project': 'project_id'} GCE_KEYWORD_PARAMS = {'project': 'project_id', 'datacenter': ''}
Configuring Modules with Environment Variables Configuring Modules with Environment Variables
`````````````````````````````````````````````` ``````````````````````````````````````````````

Loading…
Cancel
Save