Add VR's system offering to network listing#12862
Open
erikbocks wants to merge 2 commits intoapache:4.20from
Open
Add VR's system offering to network listing#12862erikbocks wants to merge 2 commits intoapache:4.20from
erikbocks wants to merge 2 commits intoapache:4.20from
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 4.20 #12862 +/- ##
============================================
- Coverage 16.25% 16.25% -0.01%
+ Complexity 13425 13414 -11
============================================
Files 5662 5664 +2
Lines 500167 500476 +309
Branches 60740 60780 +40
============================================
+ Hits 81318 81338 +20
- Misses 409763 410043 +280
- Partials 9086 9095 +9
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
When listing network offerings with the
listNetworkOfferingsAPI, the VR's system offering ID is already returned. However, this information is not present at the GUI. Thus, changes were made to thelistNetworkOfferingsresponse to also return the system offering's name, and to the GUI to display the network offering's system offering as a column.Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Screenshots (if appropriate):
How Has This Been Tested?
In a environment without the changes, the
Network Offeringstab was accessed and I validated that there was no system offering information. With CloudMonkey, I called thelistNetworkOfferingsAPI and validated that the response contained only the system offering's ID.Then, after installing the packages containing the PR changes, I called the
listNetworkOfferingsAPI and validated that the API response now also returned the service offering's name.Via the GUI, the
Network Offeringtab was accessed and I validated that the network offering's system offering was also being displayed correctly (as it can be seen in theScreenshotssection of the message). I also validated that the link to the system offering's page was working successfully and redirecting to the correct system offering.