Merge lp:~fginther/charms/trusty/core-image-publisher/add-qemu-utils into lp:~canonical-ci-engineering/charms/trusty/core-image-publisher/trunk

Proposed by Francis Ginther
Status: Merged
Approved by: Thomi Richards
Approved revision: 4
Merged at revision: 4
Proposed branch: lp:~fginther/charms/trusty/core-image-publisher/add-qemu-utils
Merge into: lp:~canonical-ci-engineering/charms/trusty/core-image-publisher/trunk
Diff against target: 12 lines (+1/-1)
1 file modified
hooks/actions.py (+1/-1)
To merge this branch: bzr merge lp:~fginther/charms/trusty/core-image-publisher/add-qemu-utils
Reviewer Review Type Date Requested Status
Thomi Richards (community) Approve
Review via email: mp+254630@code.launchpad.net

Commit message

Add qemu-utils for qemu-img support.

Description of the change

Add qemu-utils for qemu-img support.

To post a comment you must log in.
Revision history for this message
Thomi Richards (thomir-deactivatedaccount) 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 'hooks/actions.py'
2--- hooks/actions.py 2015-03-27 16:46:29 +0000
3+++ hooks/actions.py 2015-03-30 18:53:32 +0000
4@@ -10,7 +10,7 @@
5 SERVICE_NAME = 'core-image-publisher'
6 SERVICE_CONFIGNAME = 'core-service.conf'
7 REQUIRED_PACKAGES = [
8- 'python-virtualenv', 'python3-dev', 'ubuntu-device-flash',
9+ 'python-virtualenv', 'python3-dev', 'qemu-utils', 'ubuntu-device-flash',
10 ]
11
12 config = hookenv.config()

Subscribers

People subscribed via source and target branches