Skip to content

Commit

Permalink
Merge pull request #579 from agrare/handle_keystone_service_without_r…
Browse files Browse the repository at this point in the history
…egion

Handle Keystone service without a region
aufi authored Apr 6, 2020
2 parents fc1ddbe + 0ba5082 commit af6c021
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -174,7 +174,7 @@ def connect(options = {})
opts[:openstack_user_domain_id] = domain
end

opts[:openstack_region] = region
opts[:openstack_region] = region unless service == "Identity"

svc_cache = (@connection_cache[service] ||= {})
svc_cache[tenant] ||= begin

0 comments on commit af6c021

Please sign in to comment.