TWSD-824 - Unable to update the port details for vAPV in "Advanced Platform Resources" in AVX
Review Request #922 — Created June 17, 2025 and discarded — Latest diff uploaded
| Information | |
|---|---|
| shuinvy | |
| AVX2 | |
| rel_avx_2_7_4 | |
| TWSD-824 | |
| Reviewers | |
| jasonchang, timlai, timsu | |
Prevent user not changed in front-end but API still call CLI again.
- I add function to hive/utils.py to check is two dictionary is same or not.
- Because the old value from fornt-end is empty, I should get the data myself.
- Check old data between new data is same or not? Only call CLI if the data is not the same.
- Fixed both issue in Port and SSL fields
