mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
by default used key id_rsa
Conflicts: lib/vagrant-libvirt/config.rb
This commit is contained in:
parent
5c5954cf62
commit
81abafd93d
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user