Skip to content

Commit

Permalink
fix constants.py
Browse files Browse the repository at this point in the history
Signed-off-by: oviner <[email protected]>
  • Loading branch information
OdedViner committed May 30, 2024
1 parent 92d0fbe commit 0ce74fa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ocs_ci/ocs/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -792,8 +792,7 @@
STORAGE_CLUSTER_YAML = os.path.join(TEMPLATE_DEPLOYMENT_DIR, "storage-cluster.yaml")

STORAGE_SYSTEM_ODF_YAML = os.path.join(
TEMPLATE_DEPLOYMENT_DIR,
"storagesysocs_ci/templates/nmstate-deployment/tem_odf.yaml",
TEMPLATE_DEPLOYMENT_DIR, "storagesystem_odf.yaml"
)
STORAGE_SYSTEM_ODF_EXTERNAL = os.path.join(
TEMPLATE_DEPLOYMENT_DIR, "storagesystem_odf_external.yaml"
Expand Down

0 comments on commit 0ce74fa

Please sign in to comment.