Commit 8b23036f by Solo Group

-vsi pln pre

1 parent 69c2295e
...@@ -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!