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
When a virtual network is shown either via Sunstone or CLI it shows the ID of the virtual routers attached to the network. It will be useful to hide this information and show only virtual routers available for the user.
Additional Context
The virtual routers information is included in the XML of the virtual networks. The filter must be done when the XML is generated, in VirtualNetwork::to_xml_extended(string& xml, bool extended, const vector<int>& vms, const vector<int>& vnets, const vector<int>& vrs) const
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
When a virtual network is shown either via Sunstone or CLI it shows the ID of the virtual routers attached to the network. It will be useful to hide this information and show only virtual routers available for the user.
Additional Context
The virtual routers information is included in the XML of the virtual networks. The filter must be done when the XML is generated, in
VirtualNetwork::to_xml_extended(string& xml, bool extended, const vector<int>& vms, const vector<int>& vnets, const vector<int>& vrs) const
Progress Status
The text was updated successfully, but these errors were encountered: