summaryrefslogtreecommitdiff
path: root/driver-requirements.txt
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2020-02-11 18:05:01 +0100
committerIlya Etingof <etingof@gmail.com>2020-02-13 08:31:44 +0100
commitc99347faef1bc2b86733b1ddbfa37d911848a75a (patch)
treefc9b834d822bcddab953854a3e223874e09b353c /driver-requirements.txt
parent0d0a8a6631f55771de55044343b59fa63b084bbb (diff)
downloadironic-c99347faef1bc2b86733b1ddbfa37d911848a75a.tar.gz
Make `redfish_system_id` property optional
The `redfish_system_id` property of redfish hardware type has been made optional. If not specified in `driver_info`, and the target BMC manages a single ComputerSystem, ironic will assume that system. Otherwise, ironic will fail requiring explicit `redfish_system_id` specification in `driver_info`. Also bumpted sushy dependency to >= 3.1.0. Change-Id: I425baa7c7294c6c8a707e89df63a17da8e49b666 Story: 2007258 Task: 38619
Diffstat (limited to 'driver-requirements.txt')
-rw-r--r--driver-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver-requirements.txt b/driver-requirements.txt
index c9874f12f..6df2f622f 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>=2.0.0
+sushy>=3.1.0
# Ansible-deploy interface
ansible>=2.5