~hopem/charms/trusty/neutron-gateway/ensure-tmpdir-cleanup

« back to all changes in this revision

Viewing changes to hooks/neutron_utils.py

  • Committer: james.page at ubuntu
  • Date: 2015-06-10 14:31:00 UTC
  • mfrom: (115.2.1 next)
  • Revision ID: james.page@ubuntu.com-20150610143100-kqq8cyhgs6ksxix7
Drop surplus configuration of database for nova-metadata-api.

Show diffs side-by-side

added added

removed removed

Lines of Context:
303
303
 
304
304
NOVA_CONFIG_FILES = {
305
305
    NOVA_CONF: {
306
 
        'hook_contexts': [context.SharedDBContext(ssl_dir=NOVA_CONF_DIR),
307
 
                          context.PostgresqlDBContext(),
308
 
                          NetworkServiceContext(),
 
306
        'hook_contexts': [NetworkServiceContext(),
309
307
                          NeutronGatewayContext(),
310
308
                          SyslogContext(),
311
309
                          context.ZeroMQContext(),