Skip to content

Commit

Permalink
OpenStack: export empty RDMA_CNI_IMAGE
Browse files Browse the repository at this point in the history
This is now needed when installing the operator from source.
  • Loading branch information
mandre committed Sep 20, 2024
1 parent 205cd03 commit 1be7987
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1be7987

Please sign in to comment.