-
Notifications
You must be signed in to change notification settings - Fork 1.2k
ui: fix passing vlan while creating vpc tier #10239
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Currently VLAN was not getting added to API call when offering has specifyVla as true Signed-off-by: Abhishek Kumar <[email protected]>
weizhouapache
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
code lgtm
|
@DaanHoogland a Jenkins job has been kicked to build UI QA env. I'll keep you posted as I make progress. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 4.19 #10239 +/- ##
=========================================
Coverage 15.13% 15.13%
- Complexity 11274 11277 +3
=========================================
Files 5408 5408
Lines 473974 474007 +33
Branches 57813 57822 +9
=========================================
+ Hits 71730 71735 +5
- Misses 394227 394253 +26
- Partials 8017 8019 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
UI build: ✔️ |
DaanHoogland
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clgtm
tested with and without in qa and change confirmed to work
Signed-off-by: Abhishek Kumar <[email protected]>
Signed-off-by: Abhishek Kumar <[email protected]>
Description
Currently VLAN was not getting added to API call when offering has specifyVlan as true
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
Error before the fix,
vpc-tier-vlan.mp4
How Has This Been Tested?
How did you try to break this feature and the system with this change?