Merge "Change api_version to self.api_version"

This commit is contained in:
Jenkins 2016-05-11 13:44:15 +00:00 committed by Gerrit Code Review
commit d07b424bed
2 changed files with 2 additions and 2 deletions
cinderclient

@ -115,7 +115,7 @@ class Client(object):
auth_system=auth_system,
auth_plugin=auth_plugin,
session=session,
api_version=api_version,
api_version=self.api_version,
**kwargs)
def authenticate(self):

@ -115,7 +115,7 @@ class Client(object):
auth_system=auth_system,
auth_plugin=auth_plugin,
session=session,
api_version=api_version,
api_version=self.api_version,
**kwargs)
def authenticate(self):