Merge lp:~psivaa/charms/trusty/core-image-publisher/gcc-for-production into lp:~canonical-ci-engineering/charms/trusty/core-image-publisher/trunk

Proposed by Para Siva
Status: Merged
Approved by: Celso Providelo
Approved revision: 6
Merged at revision: 6
Proposed branch: lp:~psivaa/charms/trusty/core-image-publisher/gcc-for-production
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:~psivaa/charms/trusty/core-image-publisher/gcc-for-production
Reviewer Review Type Date Requested Status
Celso Providelo (community) Approve
Review via email: mp+255823@code.launchpad.net

Commit message

gcc pre-installation is needed for pip installations of python-glanceclient in production.

Description of the change

gcc needs installed for pip installing python-glanceclient. Tested with a production deployment.

To post a comment you must log in.
Revision history for this message
Celso Providelo (cprov) :
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 22:53:19 +0000
+++ hooks/actions.py 2015-04-10 13:01:58 +0000
@@ -11,7 +11,7 @@
11SERVICE_CONFIGNAME = 'core-service.conf'11SERVICE_CONFIGNAME = 'core-service.conf'
12REQUIRED_PACKAGES = [12REQUIRED_PACKAGES = [
13 'python-virtualenv', 'python3-dev', 'libssl-dev', 'libffi-dev',13 'python-virtualenv', 'python3-dev', 'libssl-dev', 'libffi-dev',
14 'qemu-utils', 'ubuntu-device-flash',14 'qemu-utils', 'ubuntu-device-flash', 'gcc',
15]15]
1616
17config = hookenv.config()17config = hookenv.config()

Subscribers

People subscribed via source and target branches