Increase hpcloud ssh timeout to 180
We seem to be hitting the timeout alot recently. Change-Id: I1b4511408dca63aaa73639f9c203298725fe4fed
This commit is contained in:
parent
329ab20a35
commit
413af719d0
@ -92,7 +92,7 @@ providers:
|
||||
password: '<%= hpcloud_password %>'
|
||||
project-id: '<%= hpcloud_project %>'
|
||||
auth-url: 'https://region-a.geo-1.identity.hpcloudsvc.com:35357/v2.0'
|
||||
boot-timeout: 120
|
||||
boot-timeout: 180
|
||||
max-servers: 48
|
||||
images:
|
||||
- name: devstack-precise
|
||||
@ -109,7 +109,7 @@ providers:
|
||||
password: '<%= hpcloud_password %>'
|
||||
project-id: '<%= hpcloud_project %>'
|
||||
auth-url: 'https://region-a.geo-1.identity.hpcloudsvc.com:35357/v2.0'
|
||||
boot-timeout: 120
|
||||
boot-timeout: 180
|
||||
max-servers: 192
|
||||
images:
|
||||
- name: devstack-precise
|
||||
@ -126,7 +126,7 @@ providers:
|
||||
password: '<%= hpcloud_password %>'
|
||||
project-id: '<%= hpcloud_project %>'
|
||||
auth-url: 'https://region-a.geo-1.identity.hpcloudsvc.com:35357/v2.0'
|
||||
boot-timeout: 120
|
||||
boot-timeout: 180
|
||||
max-servers: 48
|
||||
images:
|
||||
- name: devstack-precise
|
||||
|
Loading…
x
Reference in New Issue
Block a user