14287: Fix accepting JSON-encoded params in request body.
[arvados.git] / lib / config / config.default.yml
index b79840abd2e91dc20c1bc5d3577f43e012d25b9c..adb289c196ea99a6998e41059f0586b62942ed19 100644 (file)
@@ -527,7 +527,7 @@ Clusters:
         TimeoutShutdown: 10s
 
         # Worker VM image ID.
-        ImageID: ami-01234567890abcdef
+        ImageID: ""
 
         # Tags to add on all resources (VMs, NICs, disks) created by
         # the container dispatcher. (Arvados's own tags --
@@ -679,3 +679,6 @@ Clusters:
       # Workbench2 configs
       VocabularyURL: ""
       FileViewersConfigURL: ""
+
+    # Use experimental controller code (see https://dev.arvados.org/issues/14287)
+    EnableBetaController14287: false