You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
The option to select the hypervisor type on the template creation wizard disappears when using KVM admin view. Although is pointless to select vcenter hypervisor under kvm view, LXD is not.
No option from the view explains that behavior.
root@orchestrator1:/etc/one/sunstone-views# diff kvm/admin.yaml mixed/admin.yaml
68,70d67
< # True to show the host datatable to instantiate VM
< show_host_instantiate: true
<
76a74,76
> # True to show the host datatable to instantiate VM
> show_host_instantiate: true
>
79c79
< vcenter_vm_folder: false
---
> vcenter_vm_folder: true
246c246
< Template.import_dialog: false
---
> Template.import_dialog: true
495a496,497
> VirtualRouter.lockU: true
> VirtualRouter.unlock: true
601c603
< Datastore.import_dialog: false
---
> Datastore.import_dialog: true
636c638
< Image.import_dialog: false
---
> Image.import_dialog: true
775c777,778
< Network.import_dialog: false
---
> Network.instantiate_dialog: true
> Network.import_dialog: true
To Reproduce
Try to get the option to select different hypervisors under the KVM admin view.
Details
Affected Component: Sunstone
Version: 5.8.1
Progress Status
Branch created
Code committed to development branch
Testing - QA
Documentation
Release notes - resolved issues, compatibility, known issues
Code committed to upstream release/hotfix branches
Documentation committed to upstream release/hotfix branches
The text was updated successfully, but these errors were encountered:
Description
The option to select the hypervisor type on the template creation wizard disappears when using KVM admin view. Although is pointless to select vcenter hypervisor under kvm view, LXD is not.
No option from the view explains that behavior.
To Reproduce
Try to get the option to select different hypervisors under the KVM admin view.
Details
Progress Status
The text was updated successfully, but these errors were encountered: