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

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

Commit message

This is needed for production deployments where basenode installs prevent 'recommends' installations of packages. gcc is needed for pip installing some packages, such as netifaces, which is a dep for python-keystoneclient.

Description of the change

This is needed for production deployments where basenode installs prevent 'recommends' installations of packages. gcc is needed for pip installing some packages, such as netifaces, which is a dep for python-keystoneclient.

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
1=== modified file 'hooks/actions.py'
2--- hooks/actions.py 2015-04-01 13:44:08 +0000
3+++ hooks/actions.py 2015-04-09 19:10:10 +0000
4@@ -12,7 +12,7 @@
5 SERVICE_CONFIGNAME = 'core-service.conf'
6 REQUIRED_PACKAGES = [
7 'autopkgtest', 'bzr', 'python-novaclient', 'python-virtualenv',
8- 'python3-dev',
9+ 'python3-dev', 'gcc',
10 ]
11
12 config = hookenv.config()

Subscribers

People subscribed via source and target branches