Skip to content

Commit 85294a5

Browse files
committed
XXX: cinder config service token
1 parent cb5edd0 commit 85294a5

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

modules/controller/cinder.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ let
3131
project_name = service
3232
username = cinder
3333
password = cinder
34+
service_token_roles_required = true
35+
service_token_roles = admin
3436
3537
[oslo_concurrency]
3638
lock_path = /var/lib/cinder/tmp

modules/storage/cinder-storage-node.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ let
104104
project_name = service
105105
username = cinder
106106
password = cinder
107+
service_token_roles_required = true
108+
service_token_roles = admin
107109
108110
[oslo_concurrency]
109111
lock_path = /var/lib/cinder/tmp

0 commit comments

Comments
 (0)