Update rsd-lib client initialization process

Change-Id: I1f0c67a71db7686fcc1c7000bbdf518a0480b4d8
This commit is contained in:
Lin Yang 2018-02-11 23:38:26 -08:00
parent f02d3fc713
commit 283d1f80c5
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ class Client(object):
"""
self.client = rsd_lib.RSDLib(base_url, username, password,
verify=verify)
verify=verify).factory()
self.node = node.NodeManager(self.client)
self.storage_service = \
storage_service.StorageServiceManager(self.client)