Merge "Define service_user for nova services"

This commit is contained in:
Zuul 2023-05-20 10:16:27 +00:00 committed by Gerrit Code Review
commit 4b20549673
1 changed files with 3 additions and 0 deletions

View File

@ -178,6 +178,8 @@ insecure = {{ keystone_service_adminuri_insecure | bool }}
[conductor]
workers = {{ nova_conductor_workers | default(nova_api_threads) }}
[service_user]
send_service_user_token = {{ nova_service_token_roles_required | bool }}
[keystone_authtoken]
insecure = {{ keystone_service_internaluri_insecure | bool }}
@ -285,6 +287,7 @@ disk_cachemodes = {{ nova_libvirt_disk_cachemodes }}
{% if nova_barbican_enabled %}
[barbican]
auth_endpoint = {{ keystone_service_internaluri }}/v3
send_service_user_token = {{ nova_service_token_roles_required | bool }}
[key_manager]
backend = barbican