Merge "NSX|V: Support LB HM expected codes"
This commit is contained in:
commit
2e16cf9a49
@ -46,6 +46,10 @@ class EdgeHealthMonitorManagerFromDict(base_mgr.EdgeLoadbalancerBaseManager):
|
|||||||
|
|
||||||
if hm['url_path']:
|
if hm['url_path']:
|
||||||
mon['url'] = hm['url_path']
|
mon['url'] = hm['url_path']
|
||||||
|
|
||||||
|
if hm['expected_codes']:
|
||||||
|
mon['expected'] = hm['expected_codes']
|
||||||
|
|
||||||
return mon
|
return mon
|
||||||
|
|
||||||
@log_helpers.log_method_call
|
@log_helpers.log_method_call
|
||||||
|
Loading…
x
Reference in New Issue
Block a user