Merge branch '7478-s-preemptable-preemptible'
[arvados.git] / services / api / config / application.default.yml
index 19b6f9b25058b3d418e37126220287d2511aabda..f51679135d0b462beb9211107c8e742f505806e9 100644 (file)
@@ -289,10 +289,10 @@ common:
   ### Crunch, DNS & compute node management
   ###
 
-  # Preemptable instance support (e.g. AWS Spot Instances)
-  # When true, child containers will get created with the preemptable
+  # Preemptible instance support (e.g. AWS Spot Instances)
+  # When true, child containers will get created with the preemptible
   # scheduling parameter parameter set.
-  preemptable_instances: false
+  preemptible_instances: false
 
   # Docker image to be used when none found in runtime_constraints of a job
   default_docker_image_for_jobs: false