Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions modules/controller/cinder.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions modules/storage/cinder-storage-node.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -104,6 +106,8 @@ let
project_name = service
username = cinder
password = cinder
service_token_roles_required = true
service_token_roles = admin
Comment thread
hertrste marked this conversation as resolved.

[oslo_concurrency]
lock_path = /var/lib/cinder/tmp
Expand Down
Loading