Bug #5313
cloud vcenter view does not allow creation of VMs
Status: | Closed | Start date: | 08/16/2017 | |
---|---|---|---|---|
Priority: | High | Due date: | ||
Assignee: | Abel Coronado | % Done: | 100% | |
Category: | Sunstone | |||
Target version: | Release 5.4.1 | |||
Resolution: | Pull request: | |||
Affected Versions: | OpenNebula 5.4 |
Description
This is because of this setting:
src/sunstone/etc/sunstone-views/cloud.yaml:
view["tabs"]["provision-tab"]["provision_tabs"]["templates"]
It's set to false, and as a consequence this VMs cannot be created:
https://github.com/OpenNebula/one/blob/release-5.4.0/src/sunstone/public/app/tabs/provision-tab.js#L305
Associated revisions
B #5313 Solved bug in vCenter cloud view (VM creation) (#439)
B #5313 Solved bug in vCenter cloud view (VM creation) (#439)
(cherry picked from commit 7b587cd1a5efb437c4c5dab6316301fca00a67bd)
History
#1 Updated by Jaime Melis almost 4 years ago
Note that in vCenter saving a template from a VM that has been instantiated as persistent does not work. The Sunstone code should not allow this operation.
#2 Updated by Abel Coronado almost 4 years ago
- Assignee set to Abel Coronado
- % Done changed from 0 to 100
#3 Updated by Tino Vázquez almost 4 years ago
- Status changed from Pending to Closed