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
This commit is contained in:
Samuel Merritt 2013-07-12 17:26:45 -07:00
parent cc2fbf0c74
commit 07d13b5262

@ -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.