bcca3fabe3
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
7 lines
244 B
YAML
7 lines
244 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixes an issue with keystone bootstrap where an error message emitted by
|
|
the ``keystone-manage bootstrap`` command is hidden. See `bug 1855701
|
|
<https://bugs.launchpad.net/kolla-ansible/+bug/1855701>`__ for details.
|