Skip to content
Snippets Groups Projects
Commit 4bb5b335 authored by Gaëtan Trellu's avatar Gaëtan Trellu
Browse files

Set region_id for karbor_client

region_id has a default value hardcoded in Karbor code equal to
"RegionOne" which could be an issue if a different region is define.

Change-Id: Ia13496156515d0f871e8fa9bd3584940a32759e9
Closes-Bug: #1798125
parent 33ee1961
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,7 @@ auth_uri = {{ internal_protocol }}://{{ kolla_internal_fqdn }}:{{ keystone_publi
version = 1
service_type = data-protect
service_name = karbor
region_id = {{ openstack_region_name }}
[keystone_authtoken]
www_authenticate_uri = {{ internal_protocol }}://{{ kolla_internal_fqdn }}:{{ keystone_public_port }}
......
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