Fix a typo in nsxv_cleanup
applicatioon -> application Change-Id: Ibf55d466679464f1675eecd6f26049fe4ac7adee
This commit is contained in:
parent
8ff3194786
commit
4a6dc2c9b3
@ -54,7 +54,7 @@ class VSMClient(object):
|
|||||||
self.password = password
|
self.password = password
|
||||||
self.version = None
|
self.version = None
|
||||||
self.endpoint = None
|
self.endpoint = None
|
||||||
self.content_type = "applicatioon/json"
|
self.content_type = "application/json"
|
||||||
self.accept_type = "application/json"
|
self.accept_type = "application/json"
|
||||||
self.verify = False
|
self.verify = False
|
||||||
self.secure = True
|
self.secure = True
|
||||||
|
Loading…
Reference in New Issue
Block a user