allow passing skip_delete
This commit is contained in:
@ -110,7 +110,7 @@ class OTCModule:
|
||||
min_version = self.otce_min_version
|
||||
|
||||
if not HAS_LIBRARIES:
|
||||
self.fail_json(msg='openstacksdk and otcextensions are required for this self')
|
||||
self.fail_json(msg='openstacksdk and otcextensions are required for this')
|
||||
|
||||
if min_version:
|
||||
min_version = max(V('0.6.9'), V(min_version))
|
||||
|
Reference in New Issue
Block a user