Wait longer for rax-ord nodes and ease up API rate
We're still seeing a lot of timeouts waiting for instances to become active in this provider, and are observing fairly long delays between API calls at times. Increase the launch wait from 10 to 15 minutes, and increase the minimum delay between API calls by an order of magnitude from 0.001 to 0.01 seconds. Change-Id: Ib13ff03629481009a838a581d98d50accbf81de2
This commit is contained in:
@@ -189,8 +189,8 @@ providers:
|
||||
region-name: 'ORD'
|
||||
cloud: rax
|
||||
boot-timeout: 120
|
||||
launch-timeout: 600
|
||||
rate: 0.001
|
||||
launch-timeout: 900
|
||||
rate: 0.01
|
||||
diskimages: *provider_diskimages
|
||||
pools:
|
||||
- name: main
|
||||
|
Reference in New Issue
Block a user