Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
d97c0a71
Commit
d97c0a71
authored
Jun 11, 2014
by
Leigh B Stoller
Browse files
Allow "default-vm" as aliases for "emulab-xen".
parent
9a4057d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/lib/GeniCM.pm.in
View file @
d97c0a71
...
@@ -1023,7 +1023,8 @@ sub GetTicketAuxAux($$$$$$$$$$)
...
@@ -1023,7 +1023,8 @@ sub GetTicketAuxAux($$$$$$$$$$)
$osname = "OPENVZ-STD";
$osname = "OPENVZ-STD";
}
}
}
}
elsif ($virtualization_subtype eq "emulab-xen") {
elsif ($virtualization_subtype eq "emulab-xen" ||
$virtualization_subtype eq "default-vm") {
# Allow caller to set the image to use, but also
# Allow caller to set the image to use, but also
# trick to set the parent.
# trick to set the parent.
if (defined($osinfo)) {
if (defined($osinfo)) {
...
...
Write
Preview
Markdown
is supported
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