File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 41
41
# These two variables allow for customization of the addresses used when
42
42
# contacting the GCE metadata service.
43
43
GCE_METADATA_HOST = "GCE_METADATA_HOST"
44
- GCE_METADATA_ROOT = "GCE_METADATA_ROOT"
45
44
"""Environment variable providing an alternate hostname or host:port to be
46
45
used for GCE metadata requests.
47
46
48
- This environment variable is originally named GCE_METADATA_ROOT. System will
49
- check the new variable first; should there be no value present,
50
- the system falls back to the old variable.
47
+ This environment variable was originally named GCE_METADATA_ROOT. The system will
48
+ check this environemnt variable first; should there be no value present,
49
+ the system will fall back to the old variable.
51
50
"""
52
51
52
+ GCE_METADATA_ROOT = "GCE_METADATA_ROOT"
53
+ """Old environment variable for GCE_METADATA_HOST."""
54
+
53
55
GCE_METADATA_IP = "GCE_METADATA_IP"
54
56
"""Environment variable providing an alternate ip:port to be used for ip-only
55
57
GCE metadata requests."""
You can’t perform that action at this time.
0 commit comments