Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GAPRINDASHVILI] Send tenant with identity service requests #249

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -172,16 +172,11 @@ def connect(options = {})
opts.delete(:auth_type)

unless tenant
tenant = "any_tenant" if service == "Identity"
tenant ||= default_tenant_name
end

unless service == "Identity"
opts[:openstack_tenant] = tenant
# For identity ,there is only domain scope, with project_name nil
opts[:openstack_project_name] = @project_name = tenant
end

opts[:openstack_tenant] = tenant
# For identity ,there is only domain scope, with project_name nil
opts[:openstack_project_name] = @project_name = tenant
opts[:openstack_project_domain_id] = domain
opts[:openstack_user_domain_id] = domain
opts[:openstack_region] = region
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2,812 changes: 1,248 additions & 1,564 deletions spec/vcr_cassettes/manageiq/providers/openstack/cloud_manager/refresher_rhos_juno.yml

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2,948 changes: 1,306 additions & 1,642 deletions spec/vcr_cassettes/manageiq/providers/openstack/cloud_manager/refresher_rhos_kilo.yml

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading