Fix client constructor for zaqar-bench

The client version is not an optional argument for constructing zaqar
client instance. This patch adds 1.1 as the default version.

Change-Id: I8f51b1f4d6e55882309586b21fdf7940ca0f6dce
This commit is contained in:
tengqm 2015-10-16 11:38:20 -04:00
parent 9535304b18
commit 9fa4f30bcd

View File

@ -39,7 +39,7 @@ def _print_verbose_stats(name, stats):
def _reset_queues():
cli = client.Client(CONF.server_url)
cli = client.Client(CONF.server_url, 1.1)
for i in range(CONF.num_queues):
# TODO(kgriffs): DRY up name generation so it is done