Skip to content

Commit

Permalink
Configure barbican access
Browse files Browse the repository at this point in the history
This adds the barbican section to the nova.conf template so nova can
access the barbican.

Depends-On: openstack-k8s-operators/openstack-operator#562
  • Loading branch information
gibizer committed Nov 28, 2023
1 parent 07deae8 commit 4717a09
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions templates/nova.conf
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,17 @@ cafile = {{ .openstack_cacert }}
region_name = {{ .openstack_region_name }}
catalog_info = volumev3:cinderv3:internalURL

[barbican]
auth_url = {{ .keystone_internal_url }}
auth_type = password
project_domain_name = {{ .default_project_domain }}
user_domain_name = {{ .default_user_domain}}
project_name = service
username = {{ .nova_keystone_user }}
password = {{ .nova_keystone_password }}
cafile = {{ .openstack_cacert }}
region_name = {{ .openstack_region_name }}

[service_user]
send_service_user_token = true
auth_url = {{ .keystone_internal_url }}
Expand Down

0 comments on commit 4717a09

Please sign in to comment.