Merge "Use LC_ALL=C in openrc"
This commit is contained in:
commit
c7b71bd1ee
@ -1,4 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
export LC_ALL=C
|
||||||
<% if @keystone_admin_token -%>
|
<% if @keystone_admin_token -%>
|
||||||
export OS_SERVICE_TOKEN='<%= @keystone_admin_token.gsub(/'/){ %q(\') } %>'
|
export OS_SERVICE_TOKEN='<%= @keystone_admin_token.gsub(/'/){ %q(\') } %>'
|
||||||
export OS_SERVICE_ENDPOINT='http://<%= @controller_node %>:35357/v2.0/'
|
export OS_SERVICE_ENDPOINT='http://<%= @controller_node %>:35357/v2.0/'
|
||||||
|
Loading…
Reference in New Issue
Block a user