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
This commit is contained in:
Billy Olsen 2021-08-16 16:56:30 -07:00
parent b2c7810356
commit 339687fe61
1 changed files with 1 additions and 0 deletions

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: