Merge "Fix api_paste_config option"

This commit is contained in:
Jenkins 2016-10-19 15:25:28 +00:00 committed by Gerrit Code Review
commit ed7ac53e08

@ -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