From 456d5f2ee2cac30092fab28af3c53e57d22bd8a6 Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Thu, 1 Oct 2015 10:13:37 -0500 Subject: [PATCH] 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 --- playbooks/roles/openstack_openrc/templates/openrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/playbooks/roles/openstack_openrc/templates/openrc b/playbooks/roles/openstack_openrc/templates/openrc index 26a09a2061..6e8354107d 100644 --- a/playbooks/roles/openstack_openrc/templates/openrc +++ b/playbooks/roles/openstack_openrc/templates/openrc @@ -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 }}