diff options
author | Bob Fournier <bfournie@redhat.com> | 2021-05-18 08:41:47 -0400 |
---|---|---|
committer | Bob Fournier <bfournie@redhat.com> | 2021-05-19 09:32:01 -0400 |
commit | 0ad427b78c1c9b3be75b46cc273278f9fb1c576c (patch) | |
tree | a9d6039b9d8bd3eadb5b72cdc00ac5dfa02dd998 /driver-requirements.txt | |
parent | a362bbc9e496a195079e561ff57bc0f0e8fed0af (diff) | |
download | ironic-0ad427b78c1c9b3be75b46cc273278f9fb1c576c.tar.gz |
Retrieve BIOS registry from sushy
Get the BIOS Registry from Sushy and store the fields in the Ironic
DB with the corresponding entry in the BIOS setting.
Story: #2008571
Task: #42484
Change-Id: I606c5de9077931707ebd15c3adf506badd95ea29
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 151e745bc..e379bb99a 100644 --- a/driver-requirements.txt +++ b/driver-requirements.txt @@ -11,7 +11,7 @@ python-dracclient>=5.1.0,<7.0.0 python-xclarityclient>=0.1.6 # The Redfish hardware type uses the Sushy library -sushy>=3.7.0 +sushy>=3.8.0 # Ansible-deploy interface ansible>=2.7 |