Change hpcloud max-servers to 93

Apparently 93 is our actual max based on current limits.  Don't ask
me about the math.  I just know that when we try to spin up more,
it doesn't work.

Change-Id: Ia5f1a8366565847e8e13551d94eaa118dacb5662
This commit is contained in:
James E. Blair 2013-08-19 09:20:33 -07:00
parent ac31ae6de8
commit e21a532764

View File

@ -46,7 +46,7 @@ providers:
password: '<%= hpcloud_password %>'
project-id: '<%= hpcloud_project %>'
auth-url: 'https://region-a.geo-1.identity.hpcloudsvc.com:35357/v2.0'
max-servers: 96
max-servers: 93
images:
- name: devstack-precise
base-image: 'Ubuntu Precise 12.04 LTS Server 64-bit 20121026 (b)'
@ -60,7 +60,7 @@ providers:
password: '<%= hpcloud_password %>'
project-id: '<%= hpcloud_project %>'
auth-url: 'https://region-a.geo-1.identity.hpcloudsvc.com:35357/v2.0'
max-servers: 96
max-servers: 93
images:
- name: devstack-precise
base-image: 'Ubuntu Precise 12.04 LTS Server 64-bit 20121026 (b)'
@ -74,7 +74,7 @@ providers:
password: '<%= hpcloud_password %>'
project-id: '<%= hpcloud_project %>'
auth-url: 'https://region-a.geo-1.identity.hpcloudsvc.com:35357/v2.0'
max-servers: 96
max-servers: 93
images:
- name: devstack-precise
base-image: 'Ubuntu Precise 12.04 LTS Server 64-bit 20121026 (b)'