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 339687fe610426ec236907e9e6c09d49cecf03fc)
This commit is contained in:
Billy Olsen 2021-08-16 16:56:30 -07:00
parent e634939c22
commit bee63f70a2

View File

@ -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: