Skip to content

Commit

Permalink
add cinder and nova encryption support (#395)
Browse files Browse the repository at this point in the history
* add cinder encryption support

* add barbican to nova
  • Loading branch information
timolow authored Aug 8, 2024
1 parent 3135efc commit cb4c453
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions base-helm-configs/cinder/cinder-helm-overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -796,6 +796,8 @@ conf:
use_multipath_for_image_xfer: False #Add Cinder Multipath support for image xfer
database:
max_retries: -1
key_manager:
backend: barbican
keystone_authtoken:
service_token_roles: service
service_token_roles_required: true
Expand Down
2 changes: 2 additions & 0 deletions base-helm-configs/nova/nova-helm-overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1409,6 +1409,8 @@ conf:
auth_version: v3
cinder:
catalog_info: volumev3::internalURL
key_manager:
backend: barbican
database:
max_retries: -1
api_database:
Expand Down

0 comments on commit cb4c453

Please sign in to comment.