Fix config typo (api_paste_confg)
The config templates have a typo (api_paste_confg) that went unnoticed since we were using the default paste file location. We'll go ahead and drop it since some of the projects have renamed it and we're using the default path anyway. The middleware tests will catch it if the paste pipeline is no longer applied. Change-Id: Ia736740ee6f2ccb0c86d4110c17d621f107a9a27 Signed-off-by: Lucian Petrut <lpetrut@cloudbasesolutions.com>
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
[DEFAULT]
|
||||
debug = {{ options.debug }}
|
||||
api_paste_confg = /etc/aodh/api-paste.ini
|
||||
|
||||
{% if amqp.transport_url -%}
|
||||
transport_url = {{ amqp.transport_url }}
|
||||
|
@@ -2,7 +2,6 @@
|
||||
debug = {{ options.debug }}
|
||||
lock_path = /var/lock/barbican
|
||||
state_path = /var/lib/barbican
|
||||
api_paste_confg = /etc/barbican/barbican-api-paste.ini
|
||||
|
||||
host_href = ""
|
||||
transport_url = {{ amqp.transport_url }}
|
||||
|
@@ -5,7 +5,6 @@
|
||||
###############################################################################
|
||||
[DEFAULT]
|
||||
rootwrap_config = /etc/cinder/rootwrap.conf
|
||||
api_paste_confg = /etc/cinder/api-paste.ini
|
||||
debug = {{ options.debug }}
|
||||
use_syslog = {{ options.use_syslog }}
|
||||
auth_strategy = keystone
|
||||
|
@@ -5,7 +5,6 @@
|
||||
###############################################################################
|
||||
[DEFAULT]
|
||||
rootwrap_config = /etc/cinder/rootwrap.conf
|
||||
api_paste_confg = /etc/cinder/api-paste.ini
|
||||
debug = {{ options.debug }}
|
||||
transport_url = {{ amqp.transport_url }}
|
||||
auth_strategy = keystone
|
||||
|
@@ -2,7 +2,6 @@
|
||||
debug = {{ options.debug }}
|
||||
lock_path = /var/lock/designate
|
||||
state_path = /var/lib/designate
|
||||
api_paste_confg = /etc/designate/api-paste.ini
|
||||
|
||||
transport_url = {{ amqp.transport_url }}
|
||||
|
||||
|
@@ -1,6 +1,5 @@
|
||||
[DEFAULT]
|
||||
debug = {{ options.debug }}
|
||||
api_paste_confg = /etc/gnocchi/api-paste.ini
|
||||
|
||||
[api]
|
||||
auth_mode = keystone
|
||||
|
@@ -3,8 +3,6 @@
|
||||
debug = {{ options.debug }}
|
||||
auth_strategy = keystone
|
||||
|
||||
api_paste_confg = /etc/masakari/api-paste.ini
|
||||
|
||||
{% if amqp.transport_url -%}
|
||||
transport_url = {{ amqp.transport_url }}
|
||||
{% endif -%}
|
||||
|
@@ -2,7 +2,6 @@
|
||||
lock_path = /var/lock/nova
|
||||
state_path = /var/lib/nova
|
||||
debug = {{ options.debug }}
|
||||
api_paste_confg = /etc/nova/api-paste.ini
|
||||
|
||||
transport_url = {{ amqp.transport_url }}
|
||||
|
||||
|
Reference in New Issue
Block a user