~corey.bryant/charms/trusty/glance/amulet-git-fixups

« back to all changes in this revision

Viewing changes to hooks/charmhelpers/contrib/hahelpers/ceph.py

  • Committer: James Page
  • Date: 2013-09-20 15:52:45 UTC
  • mto: (29.2.187 glance)
  • mto: This revision was merged to the branch mainline in revision 37.
  • Revision ID: james.page@canonical.com-20130920155245-udz175q6z2dw6f87
Renamed tests->unit_tests, updated as appropriate, re-synced charm-helpers

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
    ERROR
29
29
)
30
30
 
 
31
from charmhelpers.fetch import (
 
32
    apt_install,
 
33
)
 
34
 
31
35
from charmhelpers.core.host import (
32
 
    apt_install,
33
36
    mount,
34
37
    mounts,
35
38
    service_start,