Commit b9603b99 authored by Titouan Soulard's avatar Titouan Soulard

slapgrid: fix reporting of destroyed instances

parent 9b446220
...@@ -1497,7 +1497,7 @@ stderr_logfile_backups=1 ...@@ -1497,7 +1497,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