~ionutbalutoiu/charms/trusty/neutron-api/next

« back to all changes in this revision

Viewing changes to hooks/neutron_api_hooks.py

  • Committer: Liam Young
  • Date: 2014-06-17 13:57:40 UTC
  • Revision ID: liam.young@canonical.com-20140617135740-py04vlqko8o8ve4z
Remove more occurences of the neutron_ prefix

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
        log(e, level=ERROR)
104
104
        raise Exception(e)
105
105
 
106
 
    relation_set(neutron_database=config('database'),
107
 
                 neutron_username=config('database-user'),
108
 
                 neutron_hostname=unit_get('private-address'))
 
106
    relation_set(database=config('database'),
 
107
                 username=config('database-user'),
 
108
                 hostname=unit_get('private-address'))
109
109
 
110
110
 
111
111
@hooks.hook('pgsql-db-relation-joined')