~johnsca/charms/trusty/cf-cloud-controller/services-callback-fu

« back to all changes in this revision

Viewing changes to hooks/db-relation-changed

  • Committer: Cory Johns
  • Date: 2014-05-27 17:37:19 UTC
  • Revision ID: cory.johns@canonical.com-20140527173719-7dyvss022cuv402e
Updated charm-helpers and switched to class API for ServiceManager

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
import config
6
6
 
7
7
 
8
 
services.register(config.SERVICES)
9
 
services.manage_services()
 
8
manager = services.ServiceManager(config.SERVICES)
 
9
manager.manage()