Merge "NSX|V: Support LB HM expected codes"

This commit is contained in:
Zuul 2019-08-07 07:32:35 +00:00 committed by Gerrit Code Review
commit 2e16cf9a49

View File

@ -46,6 +46,10 @@ class EdgeHealthMonitorManagerFromDict(base_mgr.EdgeLoadbalancerBaseManager):
if hm['url_path']:
mon['url'] = hm['url_path']
if hm['expected_codes']:
mon['expected'] = hm['expected_codes']
return mon
@log_helpers.log_method_call