~moon127/charms/trusty/ceilometer/add-execd-preinstall

« back to all changes in this revision

Viewing changes to hooks/ceilometer_hooks.py

  • Committer: James Page
  • Date: 2013-10-17 14:47:49 UTC
  • Revision ID: james.page@canonical.com-20131017144749-8fhxlezwvltuu5a6
Add hook for upgrade charm

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
        ceilometer_joined()
72
72
 
73
73
 
74
 
@hooks.hook('config-changed')
 
74
@hooks.hook('config-changed',
 
75
            'upgrade-charm')
75
76
def config_changed():
76
77
    install()
77
78
    all_changed()