Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Ravada-Mirror
Commits
57a86f26
Commit
57a86f26
authored
May 12, 2016
by
Francesc Guasch
Browse files
create the VM with the default connection if we have no one
parent
f20add4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/Ravada.pm
View file @
57a86f26
...
...
@@ -79,7 +79,7 @@ sub _init_config {
sub
_create_vm
{
my
$self
=
shift
;
return
[
Ravada::VM::
KVM
->
new
(
connector
=>
$self
->
connector
)
];
return
[
Ravada::VM::
KVM
->
new
(
connector
=>
(
$self
->
connector
or
$CONNECTOR
)
)
];
}
=head2 create_domain
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment