~ionutbalutoiu/charms/trusty/neutron-api/next

« back to all changes in this revision

Viewing changes to hooks/neutron_api_hooks.py

  • Committer: Liam Young
  • Date: 2014-06-10 13:32:38 UTC
  • Revision ID: liam.young@canonical.com-20140610133238-sil4tmkqhuihap16
Added bug comment

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
@hooks.hook('config-changed')
70
70
@restart_on_change(restart_map(), stopstart=True)
71
71
def config_changed():
 
72
    # XXX Changing rabbit-user leaves password broken
72
73
    global CONFIGS
73
74
    CONFIGS.write_all()
74
75