From 07d13b5262f014bbfceacef0c0622bf156025aac Mon Sep 17 00:00:00 2001 From: Samuel Merritt <spam@andcheese.org> Date: Fri, 12 Jul 2013 17:26:45 -0700 Subject: [PATCH] Update docstring for swiftclient.Connection.__init__ There were two undocumented parameters in there, one introduced recently in 6411fd3, and the other some time before. Change-Id: I3a7d59e1c272b382b035b88ba5495bc1c57a3154 --- swiftclient/client.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/swiftclient/client.py b/swiftclient/client.py index 0a320338..7791a4ca 100644 --- a/swiftclient/client.py +++ b/swiftclient/client.py @@ -1057,6 +1057,8 @@ class Connection(object): authenticated) note authurl/user/key/tenant_name are not required when specifying preauthtoken :param snet: use SERVICENET internal network default is False + :param starting_backoff: initial delay between retries (seconds) + :param max_backoff: maximum delay between retries (seconds) :param auth_version: OpenStack auth version, default is 1.0 :param tenant_name: The tenant/account name, required when connecting to a auth 2.0 system.