From 7f534fac389877e32c593e5c78edfaeca8e68420 Mon Sep 17 00:00:00 2001 From: Victor Rodionov Date: Mon, 22 Apr 2013 01:23:39 +0400 Subject: [PATCH] fix dict duplicated key remove duplicated key from swift-bench bin; and also add .idea to gitignore Change-Id: I31360489716d03324b8d2bb1c51e282393069c13 --- .gitignore | 3 ++- bin/swift-bench | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ae7e6fcc59..714a14cf49 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,5 @@ ChangeLog swift.egg-info .DS_Store .tox -pycscope.* \ No newline at end of file +pycscope.* +.idea diff --git a/bin/swift-bench b/bin/swift-bench index ba7fb2c923..cd216a7041 100755 --- a/bin/swift-bench +++ b/bin/swift-bench @@ -50,7 +50,6 @@ CONF_DEFAULTS = { 'devices': 'sdb1', # space-sep list 'log_level': 'INFO', 'timeout': '10', - 'auth_version': '1.0', 'bench_clients': [], }