summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-12-08 00:27:44 +0000
committerGerrit Code Review <review@openstack.org>2021-12-08 00:27:44 +0000
commit2a5829612e646c2ee2ba41ef1045004335adfcb0 (patch)
tree6b95e19fc061f04f1d6573471033766c090c5e6b
parent2166672cab884f4aa7152f9ef0ac940f3c9ac317 (diff)
parentb3a835bd2e1f20215d6e82ee302daa6db3dd2453 (diff)
downloadironic-2a5829612e646c2ee2ba41ef1045004335adfcb0.tar.gz
Merge "Explicitly pin upper sushy version" into stable/xena
-rw-r--r--driver-requirements.txt2
-rw-r--r--releasenotes/notes/explicit-upper-pin-for-sushy-63d449024ddf70d0.yaml6
2 files changed, 7 insertions, 1 deletions
diff --git a/driver-requirements.txt b/driver-requirements.txt
index d5285a3df..8c3a06752 100644
--- a/driver-requirements.txt
+++ b/driver-requirements.txt
@@ -11,7 +11,7 @@ python-dracclient>=5.1.0,<8.0.0
python-xclarityclient>=0.1.6
# The Redfish hardware type uses the Sushy library
-sushy>=3.10.0
+sushy>=3.10.0,<4.0.0
# Ansible-deploy interface
ansible>=2.7
diff --git a/releasenotes/notes/explicit-upper-pin-for-sushy-63d449024ddf70d0.yaml b/releasenotes/notes/explicit-upper-pin-for-sushy-63d449024ddf70d0.yaml
new file mode 100644
index 000000000..e9bb64a7e
--- /dev/null
+++ b/releasenotes/notes/explicit-upper-pin-for-sushy-63d449024ddf70d0.yaml
@@ -0,0 +1,6 @@
+---
+fixes:
+ - |
+ Fixes installation and unit testing of ironic when using the
+ sushy library by setting an appropriate upper constraint.
+ This version of Ironic is not compatible with Sushy 4.0.0.