~johnsca/charms/trusty/cloudfoundry/better-basic-reconciler-status

« back to all changes in this revision

Viewing changes to cloudfoundry/contexts.py

  • Committer: Cory Johns
  • Date: 2014-06-25 17:43:40 UTC
  • mfrom: (26.1.8 cloudfoundry)
  • Revision ID: cory.johns@canonical.com-20140625174340-qva49371weiz3uf1
MergedĀ upstreamĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
    def provide_data(self):
52
52
        return dict(self.get_credentials(),
53
53
                    port=4222,
54
 
                    address=hookenv.unit_get('private-address').encode('utf-8'))
 
54
                    address=hookenv.unit_get(
 
55
                        'private-address').encode('utf-8'))
55
56
 
56
57
 
57
58
class MysqlRelation(RelationContext):