~gnuoy/charms/trusty/nova-compute/1453940-stable

« back to all changes in this revision

Viewing changes to hooks/charmhelpers/core/services/base.py

  • Committer: Liam Young
  • Date: 2014-09-09 09:47:14 UTC
  • mto: This revision was merged to the branch mainline in revision 117.
  • Revision ID: liam.young@canonical.com-20140909094714-17ewomeso8kdwtxt
Added 0mq support

Show diffs side-by-side

added added

removed removed

Lines of Context:
118
118
        else:
119
119
            self.provide_data()
120
120
            self.reconfigure_services()
 
121
        cfg = hookenv.config()
 
122
        if cfg.implicit_save:
 
123
            cfg.save()
121
124
 
122
125
    def provide_data(self):
123
126
        """