Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
snf-ganeti
Commits
7a151789
Commit
7a151789
authored
Aug 13, 2008
by
Guido Trotter
Browse files
Allow kvm hypervisor in gnt-cluster init
Reviewed-by: imsnah
parent
eb58f9b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/gnt-cluster
View file @
7a151789
...
...
@@ -350,8 +350,9 @@ commands = {
metavar
=
"ADDRESS"
,
default
=
None
),
make_option
(
"-t"
,
"--hypervisor-type"
,
dest
=
"hypervisor_type"
,
help
=
"Specify the hypervisor type "
"(xen-3.0, fake, xen-hvm-3.1)"
,
"(xen-3.0,
kvm,
fake, xen-hvm-3.1)"
,
metavar
=
"TYPE"
,
choices
=
[
"xen-3.0"
,
"kvm"
,
"fake"
,
"xen-hvm-3.1"
],
default
=
"xen-3.0"
,),
...
...
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