Merge branch 'BANS-325' into 'dev_rc-5.2.6'
Fix API request parameter name for LB description in DecortController.lb_provision method See merge request rudecs/dev/decort-ansible!53
This commit is contained in:
@@ -4138,7 +4138,7 @@ class DecortController(object):
|
|||||||
vinsId=vins_id,
|
vinsId=vins_id,
|
||||||
highlyAvailable=ha_status,
|
highlyAvailable=ha_status,
|
||||||
start=start,
|
start=start,
|
||||||
decs=annotation
|
desc=annotation
|
||||||
)
|
)
|
||||||
api_resp = self.decort_api_call(requests.post, api_url, api_params)
|
api_resp = self.decort_api_call(requests.post, api_url, api_params)
|
||||||
# On success the above call will return here. On error it will abort execution by calling fail_json.
|
# On success the above call will return here. On error it will abort execution by calling fail_json.
|
||||||
|
|||||||
Reference in New Issue
Block a user