-
Notifications
You must be signed in to change notification settings - Fork 1.3k
UI: fix default network is not passed to deployvm API #7367
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
UI: fix default network is not passed to deployvm API #7367
Conversation
This line is changed in apache#5080, but reverted in apache#5151
Codecov Report
@@ Coverage Diff @@
## 4.17 #7367 +/- ##
=========================================
Coverage 10.38% 10.38%
Complexity 6650 6650
=========================================
Files 2453 2453
Lines 242444 242444
Branches 37941 37941
=========================================
Hits 25171 25171
Misses 214155 214155
Partials 3118 3118 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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, indeed a reintroduction of the bug in #5151
NuxRo
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.
LGTM
|
@NuxRo @weizhouapache feel free to merge/close this when tested |
|
@rohityadavcloud a Jenkins job has been kicked to build UI QA env. I'll keep you posted as I make progress. |
|
UI build: ✔️ |
|
@blueorangutan package |
|
@weizhouapache a Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
|
Packaging result: ✔️ el7 ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 5775 |
harikrishna-patnala
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.
LGTM
|
@NuxRo @harikrishna-patnala |
|
I could reproduce the issue and also the verified the fix, it is working fine. LGTM |
|
thanks @harikrishna-patnala for the testing |
This line was changed in apache#5080, but reverted in apache#5151
Description
This PR fixes a critical issue on UI that the default network is not passed to deployvm API, so the default network is always the first network.
This line was changed in #5080, but reverted in #5151
This issue exists in 4.17, 4.18 and main
workaround
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?