~stub/charms/trusty/confluent-schema-registry/trunk

« back to all changes in this revision

Viewing changes to hooks/services.py

  • Committer: Stuart Bishop
  • Date: 2015-05-25 17:25:28 UTC
  • Revision ID: stuart.bishop@canonical.com-20150525172528-cxv5irl9myu7ep4h
tweaks

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
            'ports': [hookenv.config('port')],
30
30
            'provided_data': [
31
31
                SchemaRegistryRelationContext(),
32
 
                helpers.RelationContext('zookeeper', ['port']),
33
32
            ],
34
33
            'required_data': [
35
34
                helpers.RelationContext('zookeeper', ['port']),