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:
parent
813e85a4f6
commit
a93e31cb93
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user