Merge "Use internal endpoint for barbican API" into stable/zed

This commit is contained in:
Zuul 2023-10-26 12:33:13 +00:00 committed by Gerrit Code Review
commit 280b5f9936

View File

@ -299,6 +299,7 @@ disk_cachemodes = {{ nova_libvirt_disk_cachemodes }}
{% if nova_barbican_enabled %}
[barbican]
barbican_endpoint_type = internal
auth_endpoint = {{ keystone_service_internaluri }}/v3
send_service_user_token = {{ nova_service_token_roles_required | bool }}