-
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
redfish_utils: remove undocumented default applytime #9114
redfish_utils: remove undocumented default applytime #9114
Conversation
The `@Redfish.OperationApplyTime` parameter is optional as per Redfish spec version 1.21.0, paragraph 7.11 [1]. Some systems reject the request rather than ignore it, causing failures that can not be workarounded. Removing this default resolves compatibility issues. [1] https://www.dmtf.org/sites/default/files/standards/documents/DSP0266_1.21.0.html Signed-off-by: Tan Siewert <[email protected]>
Looks good to me, thanks! shipit |
changelogs/fragments/9114-redfish-utils-update-remove-default-applytime.yml
Outdated
Show resolved
Hide resolved
Signed-off-by: Tan Siewert <[email protected]>
Backport to stable-9: 💚 backport PR created✅ Backport PR branch: Backported as #9119 🤖 @patchback |
* redfish_utils: remove undocumented default applytime The `@Redfish.OperationApplyTime` parameter is optional as per Redfish spec version 1.21.0, paragraph 7.11 [1]. Some systems reject the request rather than ignore it, causing failures that can not be workarounded. Removing this default resolves compatibility issues. [1] https://www.dmtf.org/sites/default/files/standards/documents/DSP0266_1.21.0.html Signed-off-by: Tan Siewert <[email protected]> * redfish_utils: fix changelog fragment to bugfix Signed-off-by: Tan Siewert <[email protected]> --------- Signed-off-by: Tan Siewert <[email protected]> (cherry picked from commit bafb8ac)
Backport to stable-10: 💚 backport PR created✅ Backport PR branch: Backported as #9120 🤖 @patchback |
@tomsiewert thanks for your contribution! |
* redfish_utils: remove undocumented default applytime The `@Redfish.OperationApplyTime` parameter is optional as per Redfish spec version 1.21.0, paragraph 7.11 [1]. Some systems reject the request rather than ignore it, causing failures that can not be workarounded. Removing this default resolves compatibility issues. [1] https://www.dmtf.org/sites/default/files/standards/documents/DSP0266_1.21.0.html Signed-off-by: Tan Siewert <[email protected]> * redfish_utils: fix changelog fragment to bugfix Signed-off-by: Tan Siewert <[email protected]> --------- Signed-off-by: Tan Siewert <[email protected]> (cherry picked from commit bafb8ac)
…ented default applytime (#9120) redfish_utils: remove undocumented default applytime (#9114) * redfish_utils: remove undocumented default applytime The `@Redfish.OperationApplyTime` parameter is optional as per Redfish spec version 1.21.0, paragraph 7.11 [1]. Some systems reject the request rather than ignore it, causing failures that can not be workarounded. Removing this default resolves compatibility issues. [1] https://www.dmtf.org/sites/default/files/standards/documents/DSP0266_1.21.0.html Signed-off-by: Tan Siewert <[email protected]> * redfish_utils: fix changelog fragment to bugfix Signed-off-by: Tan Siewert <[email protected]> --------- Signed-off-by: Tan Siewert <[email protected]> (cherry picked from commit bafb8ac) Co-authored-by: Tan Siewert <[email protected]>
…nted default applytime (#9119) redfish_utils: remove undocumented default applytime (#9114) * redfish_utils: remove undocumented default applytime The `@Redfish.OperationApplyTime` parameter is optional as per Redfish spec version 1.21.0, paragraph 7.11 [1]. Some systems reject the request rather than ignore it, causing failures that can not be workarounded. Removing this default resolves compatibility issues. [1] https://www.dmtf.org/sites/default/files/standards/documents/DSP0266_1.21.0.html Signed-off-by: Tan Siewert <[email protected]> * redfish_utils: fix changelog fragment to bugfix Signed-off-by: Tan Siewert <[email protected]> --------- Signed-off-by: Tan Siewert <[email protected]> (cherry picked from commit bafb8ac) Co-authored-by: Tan Siewert <[email protected]>
SUMMARY
The
@Redfish.OperationApplyTime
parameter is optional as per Redfishspec version 1.21.0, paragraph 7.11 [1]. Some systems reject the
request rather than ignore it, causing failures that can not be
workarounded.
Removing this default resolves compatibility issues.
[1] https://www.dmtf.org/sites/default/files/standards/documents/DSP0266_1.21.0.html
ISSUE TYPE
COMPONENT NAME
redfish_utils
ADDITIONAL INFORMATION