Comment 17 for bug 1933109

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-keystone (stable/21.04)

Reviewed: https://review.opendev.org/c/openstack/charm-keystone/+/797492
Committed: https://opendev.org/openstack/charm-keystone/commit/42ee87a9968506c1eb3d0ca96fce025ab98c53d0
Submitter: "Zuul (22348)"
Branch: stable/21.04

commit 42ee87a9968506c1eb3d0ca96fce025ab98c53d0
Author: David Ames <email address hidden>
Date: Tue Jun 22 10:06:17 2021 -0700

    Set WSGI env with lang=C.UTF-8

    The default apache2 environment, and therefore the default WSGI
    environment, sets LANG=C. For languages beyond the scope of ASCII
    this can create problems.

    Explicitly set the lang and locale to C.UTF-8 which will support all
    UTF-8 language sets.

    Change-Id: I110cc089fa7d51dfd513c630cb28cd49b330bf6f
    Closes-Bug: #1933109
    (cherry picked from commit 7e6647951d2408ceae10170f7c4597f593d68d58)