Merge "NSX|V: Support LB HM expected codes" into stable/rocky

This commit is contained in:
Zuul 2019-08-07 05:42:06 +00:00 committed by Gerrit Code Review
commit a46489fcb9
1 changed files with 4 additions and 0 deletions

View File

@ -47,6 +47,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