Merge "Use LC_ALL=C in openrc"

This commit is contained in:
Jenkins 2014-11-07 13:56:05 +00:00 committed by Gerrit Code Review
commit c7b71bd1ee

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/'