-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Fix for get_volume_inventory #6883
Fix for get_volume_inventory #6883
Conversation
Looks good to me! |
changelogs/fragments/6883-redfish-utils-changing-variable-names-in-get-volume-inventory.yml
Outdated
Show resolved
Hide resolved
…s-in-get-volume-inventory.yml
Backport to stable-6: 💚 backport PR created✅ Backport PR branch: Backported as #6947 🤖 @patchback |
* Fix for get_volume_inventory * Adding changelog fragment * Update changelogs/fragments/6883-redfish-utils-changing-variable-names-in-get-volume-inventory.yml --------- Co-authored-by: Kushal <t-s.kushal@hpe.com> Co-authored-by: Felix Fontein <felix@fontein.de> (cherry picked from commit c70edfa)
Backport to stable-7: 💚 backport PR created✅ Backport PR branch: Backported as #6948 🤖 @patchback |
* Fix for get_volume_inventory * Adding changelog fragment * Update changelogs/fragments/6883-redfish-utils-changing-variable-names-in-get-volume-inventory.yml --------- Co-authored-by: Kushal <t-s.kushal@hpe.com> Co-authored-by: Felix Fontein <felix@fontein.de> (cherry picked from commit c70edfa)
…6947) Fix for get_volume_inventory (#6883) * Fix for get_volume_inventory * Adding changelog fragment * Update changelogs/fragments/6883-redfish-utils-changing-variable-names-in-get-volume-inventory.yml --------- Co-authored-by: Kushal <t-s.kushal@hpe.com> Co-authored-by: Felix Fontein <felix@fontein.de> (cherry picked from commit c70edfa) Co-authored-by: TSKushal <44438079+TSKushal@users.noreply.github.com>
…6948) Fix for get_volume_inventory (#6883) * Fix for get_volume_inventory * Adding changelog fragment * Update changelogs/fragments/6883-redfish-utils-changing-variable-names-in-get-volume-inventory.yml --------- Co-authored-by: Kushal <t-s.kushal@hpe.com> Co-authored-by: Felix Fontein <felix@fontein.de> (cherry picked from commit c70edfa) Co-authored-by: TSKushal <44438079+TSKushal@users.noreply.github.com>
* Fix for get_volume_inventory * Adding changelog fragment * Update changelogs/fragments/6883-redfish-utils-changing-variable-names-in-get-volume-inventory.yml --------- Co-authored-by: Kushal <t-s.kushal@hpe.com> Co-authored-by: Felix Fontein <felix@fontein.de>
SUMMARY
Fixing an issue caused due to PR 6719. The "data" variable was getting replaced in the elif block on line 915 and was causing an issue on line 937 when getting the Volumes url.
ISSUE TYPE
COMPONENT NAME
redfish_utils.py