spec/vagrant-conoha/client/keystone_spec.rb in vagrant-conoha-0.1.7 vs spec/vagrant-conoha/client/keystone_spec.rb in vagrant-conoha-0.1.8
- old
+ new
@@ -18,9 +18,11 @@
config.stub(:password) { 'password' }
config.stub(:http) { http }
config.stub(:interface_type) { 'public' }
config.stub(:identity_api_version) { '2' }
config.stub(:project_name) { 'testTenant' }
+ config.stub(:ssl_ca_file) { nil }
+ config.stub(:ssl_verify_peer) { true }
end
end
let(:env) do
{}.tap do |env|