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
This commit is contained in:
Dmitriy Rabotyagov 2023-10-06 16:21:37 +02:00 committed by Dmitriy Rabotyagov
parent d82a9d424e
commit 6fd5535e57

View File

@ -286,6 +286,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"