Merge "[octavia] Move healthcheck path to proper place"

This commit is contained in:
Zuul
2025-06-23 13:28:55 +00:00
committed by Gerrit Code Review
2 changed files with 6 additions and 1 deletions

View File

@@ -464,9 +464,9 @@ endpoints:
public: octavia
host_fqdn_override:
default: null
healthcheck: /healthcheck
path:
default: null
healthcheck: /healthcheck
scheme:
default: http
port:

View File

@@ -0,0 +1,5 @@
---
octavia:
- |
Move healthcheck endpoint path to the proper values section
...