Commit b6363ec6 authored by Romain Courteaud's avatar Romain Courteaud

Only fetch validated instance

parent 4f250149
......@@ -110,6 +110,7 @@ request_software_instance = portal.portal_catalog.getResultValue(\n
specialise_uid=hosting_subscription.getUid(),\n
# Do not fetch destroyed instances\n
# XXX slap_state=["start_requested", "stop_requested"],\n
validation_state="validated",\n
)\n
\n
if (request_software_instance is None):\n
......
29
\ No newline at end of file
30
\ No newline at end of file
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