Merge lp:~heber013/utah/increase-utah-client-installation-timeout into lp:utah

Proposed by Heber Parrucci
Status: Merged
Approved by: Jean-Baptiste Lallement
Approved revision: 1106
Merged at revision: 1106
Proposed branch: lp:~heber013/utah/increase-utah-client-installation-timeout
Merge into: lp:utah
Diff against target: 21 lines (+2/-2)
1 file modified
utah/config.py (+2/-2)
To merge this branch: bzr merge lp:~heber013/utah/increase-utah-client-installation-timeout
Reviewer Review Type Date Requested Status
Jean-Baptiste Lallement Approve
Review via email: mp+325163@code.launchpad.net

Commit message

Increasing utah client installation timeout from 60 to 120.

Description of the change

Increasing utah client installation timeout from 60 to 120.

To post a comment you must log in.
1106. By Heber Parrucci

Increasing Time to wait for installed system to boot

Revision history for this message
Jean-Baptiste Lallement (jibel) wrote :

LGTM. Thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'utah/config.py'
2--- utah/config.py 2016-01-06 18:52:05 +0000
3+++ utah/config.py 2017-06-06 20:20:51 +0000
4@@ -61,7 +61,7 @@
5 'description': 'Time to wait for installed system to boot',
6 'type': 'integer',
7 'minimum': 0,
8- 'default': 600,
9+ 'default': 900,
10 },
11 'bridge': {
12 'description': 'Interface for VMs bridget network',
13@@ -87,7 +87,7 @@
14 'for the client package to install'),
15 'type': 'integer',
16 'minimum': 0,
17- 'default': 60,
18+ 'default': 120,
19 },
20 'consoleloglevel': {
21 'description': 'Log level to print to the console',

Subscribers

People subscribed via source and target branches