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 6fd5535e57066a1ee63d657f2d5c4f9c40d76214)
This commit is contained in:
parent
9bb3f6bb7d
commit
29fd9613ea
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user