Temporarily disable hpcloud in nodepool

Failures indicate network trouble with all hpcloud regions reaching
servers in rackspace, at least pypi.openstack.org in dfw.

Change-Id: Id44405d578833b2cc5a1656cd5e33e84d4b9ffcc
Related-Bug: #1272746
This commit is contained in:
Jeremy Stanley 2014-04-10 17:48:15 +00:00
parent 84e083acbe
commit 00a2f40bb5

@ -225,7 +225,7 @@ providers:
project-id: '<%= hpcloud_project %>'
auth-url: 'https://region-a.geo-1.identity.hpcloudsvc.com:35357/v2.0'
boot-timeout: 180
max-servers: 48
max-servers: 0
images:
- name: devstack-precise
base-image: 'Ubuntu Precise 12.04 LTS Server 64-bit 20121026 (b)'
@ -260,7 +260,7 @@ providers:
project-id: '<%= hpcloud_project %>'
auth-url: 'https://region-a.geo-1.identity.hpcloudsvc.com:35357/v2.0'
boot-timeout: 180
max-servers: 192
max-servers: 0
images:
- name: devstack-precise
base-image: 'Ubuntu Precise 12.04 LTS Server 64-bit 20121026 (b)'
@ -295,7 +295,7 @@ providers:
project-id: '<%= hpcloud_project %>'
auth-url: 'https://region-a.geo-1.identity.hpcloudsvc.com:35357/v2.0'
boot-timeout: 180
max-servers: 48
max-servers: 0
images:
- name: devstack-precise
base-image: 'Ubuntu Precise 12.04 LTS Server 64-bit 20121026 (b)'
@ -347,7 +347,7 @@ providers:
project-id: '<%= hpcloud_project %>'
auth-url: 'https://region-b.geo-1.identity.hpcloudsvc.com:35357/v2.0'
boot-timeout: 120
max-servers: 200
max-servers: 0
images:
- name: devstack-precise-check
base-image: 'Ubuntu Precise 12.04 LTS Server 64-bit 20121026 (b)'