From 579dd2eb7e09780e7735301c23d46cfcf3ab110d Mon Sep 17 00:00:00 2001 From: Mauricio Lima Date: Thu, 6 Oct 2016 10:13:27 -0300 Subject: [PATCH] Remove default values from conf file https://github.com/openstack/barbican/blob/baf5edfbf9eff60ede03fd167e124960c126e525/barbican/common/config.py#L108-L131 TrivialFix Change-Id: I64baf401718ee694be4651fea6c1aae7cece358c --- ansible/roles/barbican/templates/barbican.conf.j2 | 9 --------- 1 file changed, 9 deletions(-) diff --git a/ansible/roles/barbican/templates/barbican.conf.j2 b/ansible/roles/barbican/templates/barbican.conf.j2 index 17e3080c13..b6e0e14a1e 100644 --- a/ansible/roles/barbican/templates/barbican.conf.j2 +++ b/ansible/roles/barbican/templates/barbican.conf.j2 @@ -17,15 +17,6 @@ transport_url = rabbit://{% for host in groups['rabbitmq'] %}{{ rabbitmq_user }} [keystone_notifications] enable = True -control_exchange = 'openstack' -topic = 'notifications' -allow_requeue = False - -version = '1.0' - -thread_pool_size = 10 - - [keystone_authtoken] auth_uri = {{ internal_protocol }}://{{ kolla_internal_fqdn }}:{{ keystone_public_port }} project_domain_id = default