aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorHarry Huang <huangxiangyu5@huawei.com>2017-02-06 18:15:54 +0800
committerHarry Huang <huangxiangyu5@huawei.com>2017-02-08 13:23:22 +0800
commit68f25c4b7147de79126c1cd8565cac1423967e45 (patch)
tree192e84fae6d49d90d1f4f7d372a347ca64933d7c /conf
parent1eb8d4ccfbc9c34723586980d5a912e2ffa903cd (diff)
Fix ssh bug
Bug reported from Opera Jenkins. Since a new POD is used, ssh key is not generated before which cause fail when creating openstack key for jump host. This bug may happens on every machine never generates ssh key before. Change-Id: Iebae3f17327d64eb1cc45df1015cd21eb12fb397 Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/test.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/conf/test.py b/conf/test.py
deleted file mode 100644
index 0a45a94..0000000
--- a/conf/test.py
+++ /dev/null
@@ -1,6 +0,0 @@
-
-a={'a':'1.2','b':'1.1','c':'1.0'}
-b=sorted(a.items(),key=lambda i:i[1])
-c=[i[0] for i in b]
-#sorted(b, cmp=lambda x,y: cmp(a[x],a[y]))
-print c