We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb5edd0 commit 85294a5Copy full SHA for 85294a5
2 files changed
modules/controller/cinder.nix
@@ -31,6 +31,8 @@ let
31
project_name = service
32
username = cinder
33
password = cinder
34
+ service_token_roles_required = true
35
+ service_token_roles = admin
36
37
[oslo_concurrency]
38
lock_path = /var/lib/cinder/tmp
modules/storage/cinder-storage-node.nix
@@ -104,6 +104,8 @@ let
104
105
106
107
108
109
110
111
0 commit comments