kolla/docker/keystone/keystone
Mark Goddard aaf34cfa25 Fix keystone bootstrap error message display
In some situations, Keystone bootstrap can fail, and then unhelpfully
fails displaying the error message output by the 'keystone-manage
bootstrap' command. This appears to be due to unprintable control
characters in the error message which prevent the output of the script
from being valid JSON.

This change fixes the issue by piping the output through 'cat -v', which
replaces unprintable characters with control codes.

Change-Id: I82444bc2272311023cc9e92c5a298d1c4c87483b
Closes-Bug: #1855701
(cherry picked from commit bcca3fabe3)
2019-12-09 14:21:09 +00:00
..
Dockerfile.j2 keystone: Switch from mod_auth_kerb to mod_auth_gssapi 2018-05-24 14:52:35 +03:00
extend_start.sh Remove the unused kolla_kubernetes script from keystone 2018-06-08 12:04:28 -04:00
keystone_bootstrap.sh Fix keystone bootstrap error message display 2019-12-09 14:21:09 +00:00