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

« back to all changes in this revision

Viewing changes to hooks/neutron_api_utils.py

  • Committer: Liam Young
  • Date: 2014-06-17 09:48:24 UTC
  • Revision ID: liam.young@canonical.com-20140617094824-0pynps6kou6ake7s
Minor bug fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
132
132
 
133
133
    # update for postgres
134
134
    resource_map[conf]['contexts'].append(
135
 
        neutron_api_context.NeutronPostgresqlDBContext())
 
135
        context.PostgresqlDBContext(database=config('database')))
136
136
 
137
137
    return resource_map
138
138