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
4bf55229
Commit
4bf55229
authored
Nov 06, 2015
by
Leigh B Stoller
Browse files
Change default Cloudlab profile to OpenStack.
parent
27fb8c35
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/aptui/instantiate.php
View file @
4bf55229
...
...
@@ -102,10 +102,8 @@ if ($this_user) {
}
}
if
(
$ISCLOUD
)
{
# $profile_default = "ARM64OpenStack";
# $profile_default_pid = "emulab-ops";
$profile_default
=
"Tutorial-OpenStack"
;
$profile_default_pid
=
"CloudLab"
;
$profile_default
=
"OpenStack"
;
$profile_default_pid
=
"emulab-ops"
;
}
else
{
$profile_default
=
"OneVM"
;
...
...
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