Skip to content

Commit

Permalink
use get for multicluster_mode
Browse files Browse the repository at this point in the history
Signed-off-by: vavuthu <[email protected]>
  • Loading branch information
vavuthu committed Nov 8, 2023
1 parent 6f459a8 commit 1ce98ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocs_ci/ocs/resources/storage_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@ def ocs_install_verification(
# RDR with globalnet submariner
if (
config.ENV_DATA.get("enable_globalnet", True)
and config.MULTICLUSTER["multicluster_mode"] == "regional-dr"
and config.MULTICLUSTER.get("multicluster_mode") == "regional-dr"
):
validate_serviceexport()

Expand Down

0 comments on commit 1ce98ca

Please sign in to comment.