Merge lp://staging/~james-page/charm-tools/extra-python-helpers into lp://staging/~charmers/charm-tools/trunk
Proposed by
James Page
Status: | Merged |
---|---|
Approved by: | Mark Mims |
Approved revision: | 162 |
Merged at revision: | 162 |
Proposed branch: | lp://staging/~james-page/charm-tools/extra-python-helpers |
Merge into: | lp://staging/~charmers/charm-tools/trunk |
Diff against target: |
269 lines (+199/-9) 2 files modified
helpers/python/charmhelpers/__init__.py (+95/-9) helpers/python/charmhelpers/tests/test_charmhelpers.py (+104/-0) |
To merge this branch: | bzr merge lp://staging/~james-page/charm-tools/extra-python-helpers |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Mark Mims (community) | Approve | ||
Review via email: mp+127490@code.staging.launchpad.net |
Description of the change
This MP proposed a number of new helper functions for the python
charm helper.
This wrap a number of juju commands to help with interacting with relations,
retrieving unit and config attributed and interacting with deployed services.
Plus for a bonus a source configurator which uses config attributed 'source'
(and optionally 'key') to configure a charm to use different, non-archive software
sources.
To post a comment you must log in.
lgtm