Skip to content

Commit f2c7101

Browse files
author
lijianguo
committed
fix(helmbroker): ValueError: 'deprovision' is not a valid OperationState
1 parent d0b799c commit f2c7101

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rootfs/helmbroker/broker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def deprovision(self,
166166
deprovision.delay(instance_id)
167167
elif operation == "deprovision":
168168
return DeprovisionServiceSpec(
169-
is_async=True, operation=OperationState(operation))
169+
is_async=True, operation=operation)
170170
return DeprovisionServiceSpec(is_async=True)
171171

172172
def last_operation(self,

0 commit comments

Comments
 (0)