~hopem/charms/trusty/cinder/ensure-apache-restart

« back to all changes in this revision

Viewing changes to unit_tests/test_cluster_hooks.py

  • Committer: Liam Young
  • Date: 2015-01-09 16:02:39 UTC
  • mfrom: (65 cinder.next)
  • mto: This revision was merged to the branch mainline in revision 67.
  • Revision ID: liam.young@canonical.com-20150109160239-qldk423wxfno2ao3
Merged next in and resolved conflicts

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
TO_PATCH = [
27
27
    # cinder_utils
28
28
    'determine_packages',
29
 
    'ensure_ceph_keyring',
30
 
    'ensure_ceph_pool',
31
29
    'juju_log',
32
30
    'lsb_release',
33
31
    'migrate_database',