Change locale for openrc

When there is a special char in the name of a server or something else,
openstack client cannot print the char and throw this error:
'ascii' codec can't encode character u'\xe8' in position 106729: ordinal not in range(128)

Changing the locale to C.UTF-8 fix this small issue.

Change-Id: I2607f1617c37181c5de2cd49634e6e487f7a22d9
This commit is contained in:
Marc Gariepy 2018-09-28 09:13:36 -04:00
parent e5106ced5e
commit ef3fe9966f
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# {{ ansible_managed }}
export LC_ALL=C
export LC_ALL=C.UTF-8
# COMMON CINDER ENVS
export CINDER_ENDPOINT_TYPE={{ openrc_cinder_endpoint_type }}