~cf-charmers/charms/trusty/cf-webadmin/trunk

« back to all changes in this revision

Viewing changes to hooks/services.py

  • Committer: Cory Johns
  • Date: 2014-10-23 20:50:13 UTC
  • Revision ID: johnsca@gmail.com-20141023205013-c4xez3atsk6o5ye9
Configure via uaac and render config

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
                helpers.HttpRelation()
21
21
            ],
22
22
            'required_data': [
23
 
                # data (contexts) required to start the service
24
 
                # e.g.: helpers.RequiredConfig('domain', 'auth_key'),
25
 
                #       helpers.MysqlRelation(),
 
23
                MysqlRelation(),
 
24
                UAARelation(),
 
25
                CloudControllerDBRelation(),
 
26
                # UAADBRelation(),
26
27
            ],
27
28
            'data_ready': [
28
29
                actions.render_webadmin_config,