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 Dec 5, 2023
1 parent a80926e commit 1025756
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions templates/nova.conf
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,18 @@ 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 }}
barbican_endpoint_type = internal

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

0 comments on commit 1025756

Please sign in to comment.