Commit 3d54f95a authored by Titouan Soulard's avatar Titouan Soulard

slapgrid: fix reporting of destroyed instances

parent 2586f844
...@@ -1496,7 +1496,7 @@ stderr_logfile_backups=1 ...@@ -1496,7 +1496,7 @@ stderr_logfile_backups=1
self.slap.jio_api_connector.put({ self.slap.jio_api_connector.put({
"portal_type": "Software Instance", "portal_type": "Software Instance",
"reference": computer_partition.get("reference"), "reference": computer_partition.get("reference"),
"reported_state": "stopped" "reported_state": "destroyed"
}) })
else: else:
computer_partition["slap_partition"].stopped() computer_partition["slap_partition"].stopped()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment