diff --git a/ci-operator/step-registry/openstack/provision/sriov-operator/openstack-provision-sriov-operator-commands.sh b/ci-operator/step-registry/openstack/provision/sriov-operator/openstack-provision-sriov-operator-commands.sh index ffb7b4b9fa74c..62e023eeffc3a 100755 --- a/ci-operator/step-registry/openstack/provision/sriov-operator/openstack-provision-sriov-operator-commands.sh +++ b/ci-operator/step-registry/openstack/provision/sriov-operator/openstack-provision-sriov-operator-commands.sh @@ -93,6 +93,7 @@ if [ -n "${is_dev_version:-}" ]; then export SRIOV_NETWORK_WEBHOOK_IMAGE=quay.io/openshift/origin-sriov-network-webhook:${oc_version} export SRIOV_NETWORK_OPERATOR_IMAGE=quay.io/openshift/origin-sriov-network-operator:${oc_version} export OVS_CNI_IMAGE="" + export RDMA_CNI_IMAGE="" unset NAMESPACE # CLUSTER_TYPE is used by both openshift/release and the operator, so we need to unset it # to let the operator figure out which cluster type it is.