Skip to content

Commit

Permalink
Merge pull request #148 from jedipunkz/master
Browse files Browse the repository at this point in the history
support multi region.
  • Loading branch information
JJ Asghar committed Mar 5, 2015
2 parents aedc58c + 1aac3ef commit 9977ee8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/chef/knife/cloud/openstack_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ def initialize(options = {})
:openstack_auth_url => Chef::Config[:knife][:openstack_auth_url],
:openstack_endpoint_type => Chef::Config[:knife][:openstack_endpoint_type],
:openstack_tenant => Chef::Config[:knife][:openstack_tenant],
:openstack_region => Chef::Config[:knife][:openstack_region],
:connection_options => {
:ssl_verify_peer => !Chef::Config[:knife][:openstack_insecure]
}
Expand Down

0 comments on commit 9977ee8

Please sign in to comment.