Skip to content

Commit

Permalink
Merge pull request #9632 from petr-balogh/fix-disconneted-4.16
Browse files Browse the repository at this point in the history
Fix disconnected deployment on 4.16
  • Loading branch information
petr-balogh authored Apr 4, 2024
2 parents a2afe1b + e02570d commit f85b8c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ocs_ci/ocs/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -1733,6 +1733,9 @@
"4.15"
] = DISCON_CL_REQUIRED_PACKAGES_PER_ODF_VERSION["4.12"]

DISCON_CL_REQUIRED_PACKAGES_PER_ODF_VERSION[
"4.16"
] = DISCON_CL_REQUIRED_PACKAGES_PER_ODF_VERSION["4.12"]

# PSI-openstack constants
NOVA_CLNT_VERSION = "2.0"
Expand Down

0 comments on commit f85b8c2

Please sign in to comment.