Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(464)

Side by Side Diff: hooks/config-changed

Issue 108840044: Fill out the HM9000 implementation
Patch Set: Fill out the HM9000 implementation Created 9 years, 9 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « hooks/config.py ('k') | hooks/etcd-relation-changed » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #!/bin/bash 1 #!/usr/bin/env python
2 # config-changed occurs everytime a new configuration value is updated (juju set ) 2 from charmhelpers.core import services
3 import config
4 manager = services.ServiceManager(config.SERVICES)
5 manager.manage()
OLDNEW
« no previous file with comments | « hooks/config.py ('k') | hooks/etcd-relation-changed » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b