Merge "Enable /healthcheck for Octavia API"

This commit is contained in:
Zuul 2022-12-01 15:06:11 +00:00 committed by Gerrit Code Review
commit 166fe30291
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ transport_url = {{ octavia_oslomsg_rpc_transport }}://{% for host in octavia_osl
[api_settings]
bind_host = {{ octavia_uwsgi_bind_address }}
bind_port = {{ octavia_service_port }}
healthcheck_enabled = True
auth_strategy = {{ octavia_auth_strategy }}