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
=== modified file 'hooks/hooks.py'
--- hooks/hooks.py 2013-01-11 09:10:40 +0000
+++ hooks/hooks.py 2013-03-18 10:33:23 +0000
@@ -28,7 +28,7 @@
28def install():28def install():
29 utils.juju_log('INFO', 'Begin install hook.')29 utils.juju_log('INFO', 'Begin install hook.')
30 utils.configure_source()30 utils.configure_source()
31 utils.install('ceph', 'gdisk', 'ntp', 'btrfs-tools')31 utils.install('ceph', 'gdisk', 'ntp', 'btrfs-tools', 'python-ceph')
32 install_upstart_scripts()32 install_upstart_scripts()
33 utils.juju_log('INFO', 'End install hook.')33 utils.juju_log('INFO', 'End install hook.')
3434

Subscribers

People subscribed via source and target branches

to all changes: