added C as a default locale
This commit is contained in:
parent
e2c4dfaea3
commit
9e9a5eb86d
@ -28,7 +28,8 @@ def load_conf(filename):
|
|||||||
conf['ssh_opts'] = ['-oConnectTimeout=2', '-oStrictHostKeyChecking=no',
|
conf['ssh_opts'] = ['-oConnectTimeout=2', '-oStrictHostKeyChecking=no',
|
||||||
'-oUserKnownHostsFile=/dev/null', '-oLogLevel=error',
|
'-oUserKnownHostsFile=/dev/null', '-oLogLevel=error',
|
||||||
'-lroot', '-oBatchMode=yes']
|
'-lroot', '-oBatchMode=yes']
|
||||||
conf['env_vars'] = ['OPENRC=/root/openrc', 'IPTABLES_STR="iptables -nvL"']
|
conf['env_vars'] = ['OPENRC=/root/openrc', 'IPTABLES_STR="iptables -nvL"',
|
||||||
|
'LC_ALL="C"', 'LANG="C"']
|
||||||
conf['fuel_ip'] = '127.0.0.1'
|
conf['fuel_ip'] = '127.0.0.1'
|
||||||
conf['fuel_user'] = 'admin'
|
conf['fuel_user'] = 'admin'
|
||||||
conf['fuel_port'] = '8000'
|
conf['fuel_port'] = '8000'
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
project_name = 'timmy'
|
project_name = 'timmy'
|
||||||
version = '1.15.6'
|
version = '1.15.7'
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
import sys
|
import sys
|
||||||
|
Loading…
x
Reference in New Issue
Block a user