Add barbican_service_user section

Defining barbican_service_user is required for succesfull attachement
of ecnrypted volumes to VMs. Without it being in place nova-compute
fails with not being able to get service_token.

Change-Id: I8ae3e263185b1cd8036a4fde12d9c950f2ce8b98
(cherry picked from commit 6fd5535e57)
This commit is contained in:
Dmitriy Rabotyagov 2023-10-06 16:21:37 +02:00 committed by Dmitriy Rabotyagov
parent 9bb3f6bb7d
commit 29fd9613ea

View File

@ -302,6 +302,9 @@ disk_cachemodes = {{ nova_libvirt_disk_cachemodes }}
auth_endpoint = {{ keystone_service_internaluri }}/v3
send_service_user_token = {{ nova_service_token_roles_required | bool }}
[barbican_service_user]
auth_section = service_user
[key_manager]
backend = barbican
auth_type = "password"