5313: Rely more on datacenter constructor in Node Manager GCE driver.
[arvados.git] / services / nodemanager / doc / gce.example.cfg
index 7e7813c8d0e35c7b18ec99f494ee4a6abd7bc33f..67703703ba51b8ced8eac18b0ab9f72d65b16b08 100644 (file)
@@ -86,10 +86,12 @@ key = path_to_certificate.pem
 project = project-id-from-google-cloud-dashboard
 timeout = 60
 
+# Valid location (zone) names: https://cloud.google.com/compute/docs/zones
+datacenter = us-central1-a
+
 # Optional settings. For full documentation see
 # http://libcloud.readthedocs.org/en/latest/compute/drivers/gce.html#libcloud.compute.drivers.gce.GCENodeDriver
 #
-# datacenter = us-central1-a
 # auth_type = SA               # SA, IA or GCE
 # scopes = https://www.googleapis.com/auth/compute
 # credential_file =
@@ -109,10 +111,7 @@ ping_host = hostname:port
 # ssh_key = path
 
 # The GCE image name and network zone name to use when creating new nodes.
-# * Valid image aliases: https://cloud.google.com/sdk/gcloud/reference/compute/instances/create
-# * Valid location (zone) names: https://cloud.google.com/compute/docs/zones
 image = debian-7
-location = us-central1-a
 # network = your_network_name
 
 # JSON string of service account authorizations for this cluster.