Merge branch '19926-pysdk-install-docs-fix'
[arvados.git] / sdk / go / arvados / config.go
index 76ed7cefba28bf9771349c23c3d983ebea245667..677706c08208541ef4f13a4e1f8430272d9782e5 100644 (file)
@@ -498,7 +498,6 @@ type ContainersConfig struct {
        DefaultKeepCacheRAM           ByteSize
        DispatchPrivateKey            string
        LogReuseDecisions             bool
-       MaxComputeVMs                 int
        MaxDispatchAttempts           int
        MaxRetryAttempts              int
        MinRetryPeriod                Duration
@@ -562,6 +561,7 @@ type CloudVMsConfig struct {
        MaxCloudOpsPerSecond           int
        MaxProbesPerSecond             int
        MaxConcurrentInstanceCreateOps int
+       MaxInstances                   int
        PollInterval                   Duration
        ProbeInterval                  Duration
        SSHPort                        string