OpenNebula / one

The open source Cloud & Edge Computing Platform bringing real freedom to your Enterprise Cloud 🚀
http://opennebula.io
Apache License 2.0
1.19k stars 472 forks source link

[FSunstone] VNet cluster tab wrong API request #6554

Closed vichansson closed 2 months ago

vichansson commented 3 months ago

Description

Invalid API request in VNetworks clusters tab. Currently the API request is being made to fetch a specific VNTemplate using the ID of the selected VNet. The request should be changed to the correct one instead. Otherwise no cluster information will be displayed.

To Reproduce

  1. Create a new VNet directly (without an intermediary Vnet template)
  2. Go to the Virtual Networks tab in FireEdge
  3. Access the Cluster tab

This should produce an error in case there's no VNet ID equaling an existing VNet template ID. image

Expected behavior The cluster information for the selected VNet should successfully be fetched and displayed in a table view inside the tab.

Details

Progress Status