~bcsaller/pyjuju/subordinate-endpoints

« back to all changes in this revision

Viewing changes to juju/control/deploy.py

  • Committer: Benjamin Saller
  • Date: 2011-12-16 02:20:56 UTC
  • Revision ID: bcsaller@gmail.com-20111216022056-1j7jiaic8l31tkgz
move to non-namedtuple and default kw arguments

Show diffs side-by-side

added added

removed removed

Lines of Context:
151
151
                    RelationEndpoint(service_name,
152
152
                                     peer_info["interface"],
153
153
                                     peer_name,
154
 
                                     "peer",
155
 
                                     False))
 
154
                                     "peer"))
156
155
 
157
156
        log.info("Charm deployed as service: %r", service_name)
158
157
    finally: