by default used key id_rsa

Conflicts:
	lib/vagrant-libvirt/config.rb
This commit is contained in:
dima 2013-12-03 21:12:03 +01:00
parent 5c5954cf62
commit 81abafd93d

View File

@ -49,6 +49,7 @@ module VagrantPlugins
@connect_via_ssh = false if @connect_via_ssh == UNSET_VALUE
@username = nil if @username == UNSET_VALUE
@password = nil if @password == UNSET_VALUE
@id_ssh_key_file = 'id_rsa' if @id_ssh_key_file == UNSET_VALUE
@storage_pool_name = 'default' if @storage_pool_name == UNSET_VALUE
# Domain specific settings.