diff --git a/templates/nova.conf.j2 b/templates/nova.conf.j2 index fa5aff0e..39fa5d16 100644 --- a/templates/nova.conf.j2 +++ b/templates/nova.conf.j2 @@ -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"