From e92db1dc12b7afafaaea81ffb111633db65f108f Mon Sep 17 00:00:00 2001 From: Tom Melendez Date: Thu, 15 Sep 2016 14:29:25 -0700 Subject: [PATCH] Document ability to disable external IP with 'none' setting. Closes #2562. (#4878) --- cloud/google/gce.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/google/gce.py b/cloud/google/gce.py index 064a79e2f84..96f058df6d1 100644 --- a/cloud/google/gce.py +++ b/cloud/google/gce.py @@ -142,7 +142,7 @@ options: external_ip: version_added: "1.9" description: - - type of external ip, ephemeral by default; alternatively, a list of fixed gce ips or ip names can be given (if there is not enough specified ip, 'ephemeral' will be used) + - type of external ip, ephemeral by default; alternatively, a list of fixed gce ips or ip names can be given (if there is not enough specified ip, 'ephemeral' will be used). Specify 'none' if no external ip is desired. required: false default: "ephemeral" disk_auto_delete: