17967: Update tests.
[arvados.git] / lib / boot / supervisor.go
index 4e009f45ab55ad6353944bbea5cb7ca5b09811ac..2026b8c843fc16d12cc4eef6a0a547f3a1b9b164 100644 (file)
@@ -748,6 +748,11 @@ func (super *Supervisor) autofillConfig(cfg *arvados.Config) error {
                                },
                        }
                }
+               cluster.StorageClasses = map[string]arvados.StorageClassConfig{
+                       "default": {Default: true},
+                       "foo":     {},
+                       "bar":     {},
+               }
        }
        if super.OwnTemporaryDatabase {
                cluster.PostgreSQL.Connection = arvados.PostgreSQLConnection{