Fix parameter args

TrivialFix

Change-Id: I767ad5e09ce08c0f956b73f8e79619ea5b62615f
This commit is contained in:
Gary Kotton 2017-02-13 22:15:13 -08:00
parent 78243338ab
commit fe8a4d4d25

View File

@ -170,7 +170,7 @@ class NsxLibApiBase(object):
return matched_results[0].get('id')
def build_v3_api_version_tag(self,):
def build_v3_api_version_tag(self):
"""Some resources are created on the manager
that do not have a corresponding plugin resource.