Enable /healthcheck for Octavia API

Depends-On: https://review.opendev.org/c/openstack/openstack-ansible/+/864553
Change-Id: Ie7a6dd78d5af82a546e4d6a19ec5b256df8f64e6
This commit is contained in:
Dmitriy Rabotyagov 2022-11-14 16:23:50 +01:00 committed by Dmitriy Rabotyagov
parent c31bbc215c
commit b08e95a972
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 }}