Set nodepool boot-timeout to 120 seconds
HPCloud is taking longer than 60 seconds to boot vms. Change-Id: Ia40684dde845c864abb7137827bdead39e9de4cb
This commit is contained in:
parent
83063e2f4a
commit
5d71aeee1f
@ -19,6 +19,7 @@ providers:
|
||||
password: '<%= rackspace_password %>'
|
||||
project-id: '<%= rackspace_project %>'
|
||||
auth-url: 'https://identity.api.rackspacecloud.com/v2.0/'
|
||||
boot-timeout: 120
|
||||
max-servers: 60
|
||||
images:
|
||||
- name: devstack-precise-dfw
|
||||
@ -35,6 +36,7 @@ providers:
|
||||
password: '<%= rackspace_password %>'
|
||||
project-id: '<%= rackspace_project %>'
|
||||
auth-url: 'https://identity.api.rackspacecloud.com/v2.0/'
|
||||
boot-timeout: 120
|
||||
max-servers: 60
|
||||
images:
|
||||
- name: devstack-precise-ord
|
||||
@ -51,6 +53,7 @@ providers:
|
||||
password: '<%= rackspace_password %>'
|
||||
project-id: '<%= rackspace_project %>'
|
||||
auth-url: 'https://identity.api.rackspacecloud.com/v2.0/'
|
||||
boot-timeout: 120
|
||||
max-servers: 60
|
||||
images:
|
||||
- name: devstack-precise-iad
|
||||
@ -67,6 +70,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
|
||||
max-servers: 83
|
||||
images:
|
||||
- name: devstack-precise
|
||||
@ -83,6 +87,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
|
||||
max-servers: 83
|
||||
images:
|
||||
- name: devstack-precise
|
||||
@ -99,6 +104,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
|
||||
max-servers: 83
|
||||
images:
|
||||
- name: devstack-precise
|
||||
|
Loading…
Reference in New Issue
Block a user