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
This commit is contained in:
parent
a703348e8f
commit
9828ad1167
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user