Merge branch 'BANS-339' into 'dev_rc-5.2.6'
Fix lb_dict argument of DecortController.lb_state method call in decort_lb.action method See merge request rudecs/dev/decort-ansible!59
This commit is contained in:
@@ -133,7 +133,7 @@ class decort_lb(DecortController):
|
|||||||
def action(self,d_state='',restore=False):
|
def action(self,d_state='',restore=False):
|
||||||
if restore == True:
|
if restore == True:
|
||||||
self.lb_restore(lb_id=self.lb_id)
|
self.lb_restore(lb_id=self.lb_id)
|
||||||
self.lb_state(self.vins_facts, 'enabled')
|
self.lb_state(self.lb_facts, 'enabled')
|
||||||
self.lb_facts['status'] = "ENABLED"
|
self.lb_facts['status'] = "ENABLED"
|
||||||
self.lb_facts['techStatus'] = "STARTED"
|
self.lb_facts['techStatus'] = "STARTED"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user