nodepool: set 1 for min-ready instead of 0
Switch min-ready from 0 to 1 for 4-nodes environment in nodepool. Change-Id: Ida6a1fa180f345cc2d5da0b3fc96bbf0601fd0cf
This commit is contained in:
parent
80006efa52
commit
39cf700ab1
@ -218,7 +218,7 @@ labels:
|
||||
image: centos-7
|
||||
ready-script: multinode_setup.sh
|
||||
subnodes: 3
|
||||
min-ready: 0
|
||||
min-ready: 1
|
||||
providers:
|
||||
- name: rax-dfw
|
||||
- name: rax-ord
|
||||
|
Loading…
Reference in New Issue
Block a user