Turn bluebox servers off in nodepool.
Bluebox is performing maintenance soon. It would be friendliest if nodepool wasn't asking for vms on their cloud whilst they do their maintenance. This patch sets bluebox max_servers to 0. Change-Id: I6e147b3e142dc185b2752f25007fca8c26d03e2d
This commit is contained in:
parent
23503b3827
commit
684bb51cbd
@ -927,7 +927,7 @@ providers:
|
||||
cloud: bluebox-sjc1
|
||||
api-timeout: 60
|
||||
boot-timeout: 120
|
||||
max-servers: 1
|
||||
max-servers: 0
|
||||
rate: 0.001
|
||||
pool: 'external'
|
||||
images:
|
||||
|
Loading…
Reference in New Issue
Block a user