Set api timeouts on hpcloud to one minute
We have had connections regularly hang when communicating with hpcloud api endpoints. These connections stick around for hours backing up all nodepool work against that cloud. Mitigate this by setting an api request timeout of one minute on the hpcloud provider managers. Change-Id: Id7ec3da3c501adb8fdcf54b79b57a842dbe899bd
This commit is contained in:
parent
bb76bc2057
commit
9c988fa7f1
@ -504,6 +504,7 @@ providers:
|
||||
password: '<%= hpcloud_password %>'
|
||||
project-id: '<%= hpcloud_project %>'
|
||||
auth-url: 'https://region-b.geo-1.identity.hpcloudsvc.com:35357/v2.0'
|
||||
api-timeout: 60
|
||||
boot-timeout: 120
|
||||
max-servers: 100
|
||||
networks:
|
||||
@ -601,6 +602,7 @@ providers:
|
||||
password: '<%= hpcloud_password %>'
|
||||
project-id: '<%= hpcloud_project %>'
|
||||
auth-url: 'https://region-b.geo-1.identity.hpcloudsvc.com:35357/v2.0'
|
||||
api-timeout: 60
|
||||
boot-timeout: 120
|
||||
max-servers: 100
|
||||
networks:
|
||||
@ -698,6 +700,7 @@ providers:
|
||||
password: '<%= hpcloud_password %>'
|
||||
project-id: '<%= hpcloud_project %>'
|
||||
auth-url: 'https://region-b.geo-1.identity.hpcloudsvc.com:35357/v2.0'
|
||||
api-timeout: 60
|
||||
boot-timeout: 120
|
||||
max-servers: 100
|
||||
networks:
|
||||
@ -795,6 +798,7 @@ providers:
|
||||
password: '<%= hpcloud_password %>'
|
||||
project-id: '<%= hpcloud_project %>'
|
||||
auth-url: 'https://region-b.geo-1.identity.hpcloudsvc.com:35357/v2.0'
|
||||
api-timeout: 60
|
||||
boot-timeout: 120
|
||||
max-servers: 100
|
||||
networks:
|
||||
@ -893,6 +897,7 @@ providers:
|
||||
password: '<%= hpcloud_password %>'
|
||||
project-id: '<%= hpcloud_project %>'
|
||||
auth-url: 'https://region-b.geo-1.identity.hpcloudsvc.com:35357/v2.0'
|
||||
api-timeout: 60
|
||||
boot-timeout: 120
|
||||
max-servers: 100
|
||||
networks:
|
||||
|
Loading…
Reference in New Issue
Block a user