Set appropriate rate-limit for RAX clouds.
We have 1000/second, which is a 'rate' of 1/1000 (nodepool looks at the interval). Change-Id: Ib7ad4e3c42991c94af7893e0f766e3487c5441f2
This commit is contained in:
parent
b376158f7a
commit
3181790d0f
@ -29,6 +29,7 @@ providers:
|
||||
auth-url: 'https://identity.api.rackspacecloud.com/v2.0/'
|
||||
boot-timeout: 120
|
||||
max-servers: 132
|
||||
rate: 0.001
|
||||
images:
|
||||
- name: devstack-precise
|
||||
base-image: 'Ubuntu 12.04 LTS (Precise Pangolin)'
|
||||
@ -54,6 +55,7 @@ providers:
|
||||
auth-url: 'https://identity.api.rackspacecloud.com/v2.0/'
|
||||
boot-timeout: 120
|
||||
max-servers: 60
|
||||
rate: 0.001
|
||||
images:
|
||||
- name: devstack-precise
|
||||
base-image: 'Ubuntu 12.04 LTS (Precise Pangolin)'
|
||||
@ -79,6 +81,7 @@ providers:
|
||||
auth-url: 'https://identity.api.rackspacecloud.com/v2.0/'
|
||||
boot-timeout: 120
|
||||
max-servers: 96
|
||||
rate: 0.001
|
||||
images:
|
||||
- name: devstack-precise
|
||||
base-image: 'Ubuntu 12.04 LTS (Precise Pangolin)'
|
||||
|
Loading…
Reference in New Issue
Block a user