Reduce the OSIC max-servers
The OSIC cloud1 environment is currently running out of IPv4 space. We are working on getting more IPv4 addresses and potentially adding IPv6 however that will take a bit more time. Reducing this value will ensure we're not seeing so many errors in the OSIC as nodepool allocates resources for the gate. Change-Id: I9c5eb20d965010c140880b1b309871fad57d8782 Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
parent
4c3383a494
commit
92efdfb7e1
@ -642,7 +642,7 @@ providers:
|
||||
cloud: osic-cloud1
|
||||
api-timeout: 60
|
||||
boot-timeout: 240
|
||||
max-servers: 100
|
||||
max-servers: 64
|
||||
rate: 0.001
|
||||
networks:
|
||||
- name: 'GATEWAY_NET'
|
||||
|
Loading…
Reference in New Issue
Block a user