Fix keystone idempotency

The wrapper keystone_bootstrap.sh expects to parse output from the
keystone-manage command. Somewhere along the line this command stopped
logging to stderr resulting in it not being able to report it's changed
status correctly.

Closes-Bug: #1668220

Change-Id: I895ebe11b88fd239fa8cb6e1a2fed779743e4139
(cherry picked from commit 9828ad1167)
This commit is contained in:
Paul Bourke 2017-02-24 13:36:55 +00:00 committed by Jeffrey Zhang
parent e62f944686
commit f094da9b56
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ transport_url = rabbit://{% for host in groups['rabbitmq'] %}{{ rabbitmq_user }}
# NOTE(elemoine) log_dir alone does not work for Keystone
log_file = /var/log/kolla/keystone/keystone.log
use_stderr = True
secure_proxy_ssl_header = HTTP_X_FORWARDED_PROTO