diff options
author | Ilya Etingof <etingof@gmail.com> | 2020-03-02 18:48:37 +0100 |
---|---|---|
committer | Julia Kreger <juliaashleykreger@gmail.com> | 2020-04-06 22:45:10 +0000 |
commit | 5be4c4f5c505f4c44028f06ff3d92f791b96aa4c (patch) | |
tree | 276607661a1cf98f6699334d455ba2d8894dadc3 /driver-requirements.txt | |
parent | 305822c37ce62a31abaacf83e4997c0c93c59af7 (diff) | |
download | ironic-5be4c4f5c505f4c44028f06ff3d92f791b96aa4c.tar.gz |
Improve `redfish` set-boot-mode implementation
Refrain from touching unrelated boot params when setting boot mode
through Redfish BMC.
This should hopefully improve interoperability with Redfish BMCs.
Change-Id: I461e54012045463b5e97daf26a93eb9dce6f6964
Story: 2007355
Task: 38910
Diffstat (limited to 'driver-requirements.txt')
-rw-r--r-- | driver-requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/driver-requirements.txt b/driver-requirements.txt index 31d35ab36..2557387a6 100644 --- a/driver-requirements.txt +++ b/driver-requirements.txt @@ -11,7 +11,7 @@ python-dracclient>=3.1.0,<4.0.0 python-xclarityclient>=0.1.6 # The Redfish hardware type uses the Sushy library -sushy>=3.1.0 +sushy>=3.2.0 # Ansible-deploy interface ansible>=2.7 |