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
=== modified file 'utah/config.py'
--- utah/config.py 2016-01-06 18:52:05 +0000
+++ utah/config.py 2017-06-06 20:20:51 +0000
@@ -61,7 +61,7 @@
61 'description': 'Time to wait for installed system to boot',61 'description': 'Time to wait for installed system to boot',
62 'type': 'integer',62 'type': 'integer',
63 'minimum': 0,63 'minimum': 0,
64 'default': 600,64 'default': 900,
65 },65 },
66 'bridge': {66 'bridge': {
67 'description': 'Interface for VMs bridget network',67 'description': 'Interface for VMs bridget network',
@@ -87,7 +87,7 @@
87 'for the client package to install'),87 'for the client package to install'),
88 'type': 'integer',88 'type': 'integer',
89 'minimum': 0,89 'minimum': 0,
90 'default': 60,90 'default': 120,
91 },91 },
92 'consoleloglevel': {92 'consoleloglevel': {
93 'description': 'Log level to print to the console',93 'description': 'Log level to print to the console',

Subscribers

People subscribed via source and target branches