10008: Move test setup from __init__() to setUp()
[arvados.git] / services / api / config / application.default.yml
index 96e7596e8bda000c65d25393fe70d91761b9c04e..5fe03024bf7d3e9ccaee6d108c889c1078421d36 100644 (file)
@@ -264,6 +264,11 @@ common:
   # Use at your own risk.
   unlogged_attributes: []
 
+  # API methods to disable. Disabled methods are not listed in the
+  # discovery document, and respond 404 to all requests.
+  # Example: ["jobs.create", "pipeline_instances.create"]
+  disable_api_methods: []
+
   ###
   ### Crunch, DNS & compute node management
   ###
@@ -381,6 +386,13 @@ common:
   # graph cache.  This feature is experimental!
   async_permissions_update: false
 
+  # Default value for container_count_max for container requests.  This is the
+  # number of times Arvados will create a new container to satisfy a container
+  # request.  If a container is cancelled it will retry a new container if
+  # container_count < container_count_max on any container requests associated
+  # with the cancelled container.
+  container_count_max: 3
+
 development:
   force_ssl: false
   cache_classes: false