Use LC_ALL=C in openrc

export LC_ALL=C is required to avoid
'unsupported locale setting' errors then
invoking CLI commands in Ubuntu.

Closes-bug: #1390431

Change-Id: Ie980563025e9938f769ee0e16b629b8cf673d8c7
Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
This commit is contained in:
Bogdan Dobrelya 2014-11-07 13:20:39 +01:00
parent 1d12d2e0be
commit b7fb475535

View File

@ -1,4 +1,5 @@
#!/bin/sh
export LC_ALL=C
<% if @keystone_admin_token -%>
export OS_SERVICE_TOKEN='<%= @keystone_admin_token.gsub(/'/){ %q(\') } %>'
export OS_SERVICE_ENDPOINT='http://<%= @controller_node %>:35357/v2.0/'