Skip to content
Snippets Groups Projects
Commit d10084a8 authored by Pierre Riteau's avatar Pierre Riteau
Browse files

Configure Blazar with custom CA file

Depends-On: https://review.opendev.org/c/openstack/blazar/+/903586

Change-Id: Ic4c8c234c0597e715b2d276c03e485a438e27123
parent d690177e
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,7 @@ os_admin_username = {{ blazar_keystone_user }} ...@@ -11,6 +11,7 @@ os_admin_username = {{ blazar_keystone_user }}
os_admin_password = {{ blazar_keystone_password }} os_admin_password = {{ blazar_keystone_password }}
os_admin_project_name = service os_admin_project_name = service
identity_service = identity identity_service = identity
cafile = {{ openstack_cacert }}
[api] [api]
api_v2_controllers = oshosts,leases api_v2_controllers = oshosts,leases
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment