added C as a default locale

This commit is contained in:
adobdin 2016-08-15 13:20:21 +00:00
parent e2c4dfaea3
commit 9e9a5eb86d
2 changed files with 3 additions and 2 deletions

View File

@ -28,7 +28,8 @@ def load_conf(filename):
conf['ssh_opts'] = ['-oConnectTimeout=2', '-oStrictHostKeyChecking=no',
'-oUserKnownHostsFile=/dev/null', '-oLogLevel=error',
'-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_user'] = 'admin'
conf['fuel_port'] = '8000'

View File

@ -16,7 +16,7 @@
# under the License.
project_name = 'timmy'
version = '1.15.6'
version = '1.15.7'
if __name__ == '__main__':
import sys