1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-03-30 18:50:20 +03:00

Set must_stop_before_deletion to False in OpenStackLiveService for proper deletion handling

This commit is contained in:
Adolfo Gómez García 2025-03-12 18:56:32 +01:00
parent 813e85a4f6
commit a93e31cb93
No known key found for this signature in database
GPG Key ID: DD1ABF20724CDA23

View File

@ -94,6 +94,8 @@ class OpenStackLiveService(DynamicService):
# : provided by services itselfs, i.e. virtual machines with actors)
needs_osmanager = True
can_reset = True
must_stop_before_deletion = False
# : Types of publications (preparated data for deploys)
# : In our case, we do no need a publication, so this is None