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
This commit is contained in:
parent
7cf6d3e9e2
commit
e5a278a293
@ -5,7 +5,6 @@ debug = {{ nova_logging_debug }}
|
||||
log_dir = /var/log/kolla/nova
|
||||
use_forwarded_for = true
|
||||
|
||||
api_paste_config = /etc/nova/api-paste.ini
|
||||
state_path = /var/lib/nova
|
||||
|
||||
{% if kolla_enable_tls_external | bool %}
|
||||
@ -201,3 +200,6 @@ debug = {{ nova_logging_debug }}
|
||||
|
||||
[guestfs]
|
||||
debug = {{ nova_logging_debug }}
|
||||
|
||||
[wsgi]
|
||||
api_paste_config = /etc/nova/api-paste.ini
|
||||
|
Loading…
x
Reference in New Issue
Block a user