lp://staging/~rcj/charms/trusty/ntp/lp1366880
- Get this branch:
- bzr branch lp://staging/~rcj/charms/trusty/ntp/lp1366880
Branch merges
- Matt Bruzek (community): Approve
-
Diff: 334 lines (+140/-35)4 files modifiedhooks/charmhelpers/contrib/templating/jinja.py (+23/-0)
hooks/charmhelpers/core/hookenv.py (+30/-16)
hooks/charmhelpers/core/host.py (+36/-7)
hooks/charmhelpers/fetch/__init__.py (+51/-12)
Related bugs
Bug #1366880: ntp trusty charm fails due missing templating module | Undecided | Fix Released |
Related blueprints
Branch information
- Owner:
- Robert C Jennings
- Status:
- Development
Recent revisions
- 17. By Robert C Jennings
-
Add missing jinja templating module
Revision 16 added contrib.
templating. jinja to the
charm-helpers-sync.yaml but did not commit the module to the tree.
Installing the ntp charm fails with the following traceback:Traceback (most recent call last):
File "/var/lib/juju/agents/ unit-ntp- 3/charm/ hooks/install" , line 8, in <module>
from charmhelpers.contrib. templating. jinja import render
ImportError: No module named contrib.templating. jinja - 16. By Charles Butler
-
[r=cory_
fu,a=lazypower] Christopher Glass 2014-08-05 Removed ntp-specific teplating code and replaced it with the charmhelpers version instead - 15. By Liam Young
-
[tribaal,r=gnuoy] Add a more clever "sync" target, that will automagically update charmhelpers
- 14. By Liam Young
-
[tribaal,r=gnuoy] This branch updates charm-helpers to the latest version to let the charm make use of the recently introduced retry logic around apt methods (the charm will wait and retry should it fail to acquire the apt lock).
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/charms/ntp