lib/bosh-bootstrap/microbosh_providers/openstack.rb in bosh-bootstrap-0.13.0 vs lib/bosh-bootstrap/microbosh_providers/openstack.rb in bosh-bootstrap-0.13.1

- old
+ new

@@ -100,9 +100,13 @@ "tenant"=>settings.provider.credentials.openstack_tenant, "region"=>region, "default_security_groups"=>security_groups, "default_key_name"=>microbosh_name, "private_key"=>private_key_path, + # TODO: Only ignore SSL verification if requested by user + "connection_options"=>{ + "ssl_verify_peer"=>false + }, "boot_from_volume"=>boot_from_volume} end def region if settings.provider.credentials.openstack_region && !settings.provider.credentials.openstack_region.empty?