44833d5d5e
This patch adds 2 new options for healthmonitor HTTP health check. 'http_version' is for user to specify the HTTP version, 1.0 and 1.1 are available. 'domain_name' is for user to specify the HTTP host header inject to check the HTTP backend health. 'domain_name' only available when HTTP version is 1.1 Story: 2002160 Task: 20010 Change-Id: Id3bf3962a02fbf77cf886c40ac64588cbacd3832
6 lines
209 B
YAML
6 lines
209 B
YAML
---
|
|
features:
|
|
- Extend the Octavia Health Monitor API with two new fields ``http_version``
|
|
and ``domain_name`` for support HTTP health check, which will inject the
|
|
domain name into HTTP host header.
|