Merge lp:~tribaal/charms/raring/ceph/add-python-ceph-charm into lp:~charmers/charms/precise/ceph/trunk

Proposed by James Page
Status: Merged
Merged at revision: 55
Proposed branch: lp:~tribaal/charms/raring/ceph/add-python-ceph-charm
Merge into: lp:~charmers/charms/precise/ceph/trunk
Diff against target: 11 lines (+1/-1)
1 file modified
hooks/hooks.py (+1/-1)
To merge this branch: bzr merge lp:~tribaal/charms/raring/ceph/add-python-ceph-charm
Reviewer Review Type Date Requested Status
James Page Approve
Review via email: mp+153744@code.launchpad.net

This proposal supersedes a proposal from 2013-03-12.

Description of the change

This adds the python-ceph package to the list of packages installed by this charm, so that the ceph python API is made available system-wide with i.e. "import rados"

To post a comment you must log in.
Revision history for this message
James Page (james-page) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'hooks/hooks.py'
2--- hooks/hooks.py 2013-01-11 09:10:40 +0000
3+++ hooks/hooks.py 2013-03-18 10:33:23 +0000
4@@ -28,7 +28,7 @@
5 def install():
6 utils.juju_log('INFO', 'Begin install hook.')
7 utils.configure_source()
8- utils.install('ceph', 'gdisk', 'ntp', 'btrfs-tools')
9+ utils.install('ceph', 'gdisk', 'ntp', 'btrfs-tools', 'python-ceph')
10 install_upstart_scripts()
11 utils.juju_log('INFO', 'End install hook.')
12

Subscribers

People subscribed via source and target branches

to all changes: