Fix argument name of DecortController.lb_restore method call in decort_lb.action method

rc-5.3.0^2
Dmitriy Smirnov 8 months ago
parent 93a929aff5
commit 23ad78b1cf

@ -132,7 +132,7 @@ class decort_lb(DecortController):
def action(self,d_state='',restore=False):
if restore == True:
self.lb_restore(arg_vins_id=self.lb_id)
self.lb_restore(lb_id=self.lb_id)
self.lb_state(self.vins_facts, 'enabled')
self.lb_facts['status'] = "ENABLED"
self.lb_facts['techStatus'] = "STARTED"

Loading…
Cancel
Save