Skip to content
Snippets Groups Projects
Commit e5a278a2 authored by ZhongShengping's avatar ZhongShengping
Browse files

Fix api_paste_config option

Option "api_paste_config" from group "DEFAULT" is deprecated
in Nova.
Use option "api_paste_config" from group "wsgi".

Change-Id: I7727aa67da71fefe20b2aaefb1337dba4f9008b1
Closes-Bug: #1632066
parent 7cf6d3e9
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,6 @@ debug = {{ nova_logging_debug }} ...@@ -5,7 +5,6 @@ debug = {{ nova_logging_debug }}
log_dir = /var/log/kolla/nova log_dir = /var/log/kolla/nova
use_forwarded_for = true use_forwarded_for = true
api_paste_config = /etc/nova/api-paste.ini
state_path = /var/lib/nova state_path = /var/lib/nova
{% if kolla_enable_tls_external | bool %} {% if kolla_enable_tls_external | bool %}
...@@ -201,3 +200,6 @@ debug = {{ nova_logging_debug }} ...@@ -201,3 +200,6 @@ debug = {{ nova_logging_debug }}
[guestfs] [guestfs]
debug = {{ nova_logging_debug }} debug = {{ nova_logging_debug }}
[wsgi]
api_paste_config = /etc/nova/api-paste.ini
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment