Commit c2daefcb by solo
2 parents 25a08152 8b23036f
...@@ -75,6 +75,7 @@ class Vendor(VendorClass): ...@@ -75,6 +75,7 @@ class Vendor(VendorClass):
self.status = -1 self.status = -1
code = "rc" in data and int(data["rc"]) or 500 code = "rc" in data and int(data["rc"]) or 500
log.info("VSI Result Code: {}".format(code))
if code == 0: if code == 0:
self.status = 1 self.status = 1
message="SUCCESS" message="SUCCESS"
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!