Added LC_ALL to openrc

This commit adds the LC_ALL export to the openrc file to ensure that
the openstack clients and system work with different preset local
settings.

Change-Id: I9f62b9b3db50b70ebdddc724215ebd3b0a138e42
Closes-Bug: #1408935
This commit is contained in:
Kevin Carter 2015-10-01 10:13:37 -05:00
parent d9a5bbc7cd
commit 456d5f2ee2
No known key found for this signature in database
GPG Key ID: 69FEFFC5E2D9273F
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
# Do not edit, changes will be overwritten
# {{ ansible_managed }}
export LC_ALL=C
# COMMON CINDER ENVS
export CINDER_ENDPOINT_TYPE={{ openrc_cinder_endpoint_type }}