~lutostag/charms/trusty/nova-compute/oil

« back to all changes in this revision

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

  • Committer: james.page at ubuntu
  • Date: 2014-10-01 21:17:11 UTC
  • mfrom: (79.2.21 ipv6)
  • Revision ID: james.page@ubuntu.com-20141001211711-eatkfiaqlaed6t79
[xianghui,dosaboy,r=james-page,t=gema] Add IPv6 support using prefer-ipv6 flag

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
        """