Set PYTHONIOENCODING to utf-8
Set the PYTHONIOENCODING to utf-8 in order to prevent the python
interpreter from treating the character sets as ASCII.
Closes-Bug: #1933513
Change-Id: Iec5af33bded88cabd16933ce2c7ff63635a945cc
(cherry picked from commit 339687fe61)
This commit is contained in:
@@ -17,6 +17,7 @@ grade: stable
|
||||
base: core18
|
||||
environment:
|
||||
REQUESTS_CA_BUNDLE: /etc/ssl/certs/ca-certificates.crt
|
||||
PYTHONIOENCODING: utf-8
|
||||
|
||||
plugs:
|
||||
dot-config-openstack:
|
||||
|
||||
Reference in New Issue
Block a user