Skip to content

Commit

Permalink
Merge pull request #21 from osuosl/VMWizardHVMForm_bug/18135
Browse files Browse the repository at this point in the history
Use xen-hvm for VMWizardHVMForm
  • Loading branch information
tschuy committed Apr 28, 2015
2 parents 63501b0 + 98d5dad commit 764f992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ganeti_webmgr/virtualmachines/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -1040,7 +1040,7 @@ def _configure_for_cluster(self, cluster):
return

self.cluster = cluster
params = cluster.info["hvparams"]["xen-pvm"]
params = cluster.info["hvparams"]["xen-hvm"]

self.fields["boot_order"].initial = params["boot_order"]
self.fields["disk_type"].initial = params["disk_type"]
Expand Down

0 comments on commit 764f992

Please sign in to comment.