Skip to content

Commit

Permalink
Merge pull request #281 from rhafer/tenant_id_ssl
Browse files Browse the repository at this point in the history
Add --insecure flag to openstack command when using self-signed certificates
  • Loading branch information
rhafer committed Jul 21, 2015
2 parents d5382ee + 9e3e7e4 commit dc20819
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chef/cookbooks/keystone/recipes/server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,8 @@
openstack_command << " --os-identity-api-version #{node[:keystone][:api][:version]} --os-project-domain-id default --os-user-domain-id default"
end

openstack_command << " --insecure" if keystone_insecure

[:admin, :service, :default].each do |tenant_type|
tenant = node[:keystone][tenant_type][:tenant]

Expand Down

0 comments on commit dc20819

Please sign in to comment.