From 413af719d00e412f0f712251e0c4ff7c5b4755af Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Tue, 7 Jan 2014 17:22:40 +0800 Subject: [PATCH] Increase hpcloud ssh timeout to 180 We seem to be hitting the timeout alot recently. Change-Id: I1b4511408dca63aaa73639f9c203298725fe4fed --- .../openstack_project/templates/nodepool/nodepool.yaml.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/openstack_project/templates/nodepool/nodepool.yaml.erb b/modules/openstack_project/templates/nodepool/nodepool.yaml.erb index 00c76d1e29..0936a10e91 100644 --- a/modules/openstack_project/templates/nodepool/nodepool.yaml.erb +++ b/modules/openstack_project/templates/nodepool/nodepool.yaml.erb @@ -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