Merge lp:~psivaa/utah/adjust-sleep-before-shutdown into lp:utah

Proposed by Para Siva
Status: Merged
Approved by: Paul Larson
Approved revision: 1053
Merged at revision: 1055
Proposed branch: lp:~psivaa/utah/adjust-sleep-before-shutdown
Merge into: lp:utah
Diff against target: 12 lines (+1/-1)
1 file modified
utah/provisioning/vm.py (+1/-1)
To merge this branch: bzr merge lp:~psivaa/utah/adjust-sleep-before-shutdown
Reviewer Review Type Date Requested Status
Paul Larson Approve
Review via email: mp+230493@code.launchpad.net

Commit message

This fixes the i386 desktop installations, and also tested to be working fine with amd64 desktop and the server images.

Description of the change

This fixes the i386 desktop installations, and also tested to be working fine with amd64 desktop and the server images.

To post a comment you must log in.
Revision history for this message
Paul Larson (pwlars) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'utah/provisioning/vm.py'
--- utah/provisioning/vm.py 2014-06-10 12:22:01 +0000
+++ utah/provisioning/vm.py 2014-08-12 14:29:16 +0000
@@ -418,7 +418,7 @@
418418
419 self.rsyslog.wait_for_install()419 self.rsyslog.wait_for_install()
420 # bug 1328023420 # bug 1328023
421 time.sleep(60)421 time.sleep(5)
422 vm.shutdown()422 vm.shutdown()
423423
424 finally:424 finally:

Subscribers

People subscribed via source and target branches

to all changes: