From a03ab81a2e31581b85891f7a620b738c2620d667 Mon Sep 17 00:00:00 2001 From: Stefan Kober Date: Wed, 3 Jun 2026 10:37:15 +0200 Subject: [PATCH] cinder: configure config service token Required for some actions that nova needs to do at the cinder service Signed-off-by: Stefan Kober On-behalf-of: SAP stefan.kober@sap.com --- modules/controller/cinder.nix | 2 ++ modules/storage/cinder-storage-node.nix | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/modules/controller/cinder.nix b/modules/controller/cinder.nix index a209696..55b31a7 100644 --- a/modules/controller/cinder.nix +++ b/modules/controller/cinder.nix @@ -31,6 +31,8 @@ let project_name = service username = cinder password = cinder + service_token_roles_required = true + service_token_roles = admin [oslo_concurrency] lock_path = /var/lib/cinder/tmp diff --git a/modules/storage/cinder-storage-node.nix b/modules/storage/cinder-storage-node.nix index e4e7064..a6f7ca2 100644 --- a/modules/storage/cinder-storage-node.nix +++ b/modules/storage/cinder-storage-node.nix @@ -62,6 +62,8 @@ let project_name = service username = cinder password = cinder + service_token_roles_required = true + service_token_roles = admin [oslo_concurrency] lock_path = /var/lib/cinder/tmp @@ -104,6 +106,8 @@ let project_name = service username = cinder password = cinder + service_token_roles_required = true + service_token_roles = admin [oslo_concurrency] lock_path = /var/lib/cinder/tmp