File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 4
4
jobs :
5
5
- kolla-build-centos9s
6
6
- kolla-ansible-centos9s
7
- check-arm64 :
8
- jobs :
9
- - kolla-build-centos9s-aarch64
10
7
experimental :
11
8
jobs :
12
9
- kolla-build-no-infra-wheels-centos9s
Original file line number Diff line number Diff line change 39
39
/usr/libexec/httpd-ssl-gencerts
40
40
fi
41
41
fi
42
+
43
+ # The default system locale with unicode support
44
+ LANG=C.UTF-8
45
+
46
+ # Override the default locale if configured
47
+ if [[ " ${KOLLA_BASE_DISTRO} " =~ debian| ubuntu ]]; then
48
+ [ -f /etc/default/locale ] && . /etc/default/locale
49
+ else
50
+ [ -f /etc/locale.conf ] && . /etc/locale.conf
51
+ fi
Original file line number Diff line number Diff line change
1
+ ---
2
+ fixes :
3
+ - |
4
+ Apache services like Keystone now started with correct unicode locale.
5
+ Keystone under Apache on Ubuntu will fail with a UnicodeEncodeError
6
+ when LDAP driver and DEBUG are enabled.
7
+ `LP#2076453 <https://bugs.launchpad.net/kolla/+bug/2076453>`__
You can’t perform that action at this time.
0 commit comments