diff --git a/ocs_ci/ocs/constants.py b/ocs_ci/ocs/constants.py index 23f9e1bc4db..e045c24d1c3 100644 --- a/ocs_ci/ocs/constants.py +++ b/ocs_ci/ocs/constants.py @@ -2194,6 +2194,10 @@ "4.17" ] = DISCON_CL_REQUIRED_PACKAGES_PER_ODF_VERSION["4.16"] +DISCON_CL_REQUIRED_PACKAGES_PER_ODF_VERSION[ + "4.18" +] = DISCON_CL_REQUIRED_PACKAGES_PER_ODF_VERSION["4.16"] + # PSI-openstack constants NOVA_CLNT_VERSION = "2.0" CINDER_CLNT_VERSION = "3.0"