Merge lp:~cprov/charms/trusty/core-image-publisher/glanceclient-builddeps into lp:~canonical-ci-engineering/charms/trusty/core-image-publisher/trunk

Proposed by Celso Providelo
Status: Merged
Approved by: Thomi Richards
Approved revision: 5
Merged at revision: 5
Proposed branch: lp:~cprov/charms/trusty/core-image-publisher/glanceclient-builddeps
Merge into: lp:~canonical-ci-engineering/charms/trusty/core-image-publisher/trunk
Diff against target: 13 lines (+2/-1)
1 file modified
hooks/actions.py (+2/-1)
To merge this branch: bzr merge lp:~cprov/charms/trusty/core-image-publisher/glanceclient-builddeps
Reviewer Review Type Date Requested Status
Thomi Richards (community) Approve
Review via email: mp+254660@code.launchpad.net

Commit message

Installing missing build-deps for python-glanceclient.

Description of the change

Installing missing build-deps for python-glanceclient.

To post a comment you must log in.
Revision history for this message
Thomi Richards (thomir-deactivatedaccount) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'hooks/actions.py'
--- hooks/actions.py 2015-03-30 18:47:15 +0000
+++ hooks/actions.py 2015-03-30 22:56:05 +0000
@@ -10,7 +10,8 @@
10SERVICE_NAME = 'core-image-publisher'10SERVICE_NAME = 'core-image-publisher'
11SERVICE_CONFIGNAME = 'core-service.conf'11SERVICE_CONFIGNAME = 'core-service.conf'
12REQUIRED_PACKAGES = [12REQUIRED_PACKAGES = [
13 'python-virtualenv', 'python3-dev', 'qemu-utils', 'ubuntu-device-flash',13 'python-virtualenv', 'python3-dev', 'libssl-dev', 'libffi-dev',
14 'qemu-utils', 'ubuntu-device-flash',
14]15]
1516
16config = hookenv.config()17config = hookenv.config()

Subscribers

People subscribed via source and target branches