Comment 3 for bug 1558757

Revision history for this message
Travis Tripp (travis-tripp) wrote :

I found something interesting. When you source devstack/openrc, it resets your lang.

ttripp@ubuntu:~$ echo $LANG
en_US.UTF-8

ttripp@ubuntu:~$ source ~/devstack/openrc admin demo

ttripp@ubuntu:~$ echo $LANG

ttripp@ubuntu:~$