~dpb/pyjuju/dont-proxy-https

« back to all changes in this revision

Viewing changes to juju/unit/charm.py

Subordinate support in unit agent lifecycle [r=kapil] [f=805585,963355]

This branch lands the support in the unit agent which allows it to deploy 
subordinate services in its own container.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
            yield downloadPage(charm_state.bundle_url, local_charm_path)
37
37
        except Error:
38
38
            raise FileNotFound(charm_state.bundle_url)
 
39
 
39
40
    returnValue(CharmBundle(local_charm_path))