summaryrefslogtreecommitdiffstats
path: root/openshift-storage-libs/openshiftstoragelibs/openshift_ops.py
diff options
context:
space:
mode:
Diffstat (limited to 'openshift-storage-libs/openshiftstoragelibs/openshift_ops.py')
-rw-r--r--openshift-storage-libs/openshiftstoragelibs/openshift_ops.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openshift-storage-libs/openshiftstoragelibs/openshift_ops.py b/openshift-storage-libs/openshiftstoragelibs/openshift_ops.py
index 8069fd8a..6677bb86 100644
--- a/openshift-storage-libs/openshiftstoragelibs/openshift_ops.py
+++ b/openshift-storage-libs/openshiftstoragelibs/openshift_ops.py
@@ -233,7 +233,7 @@ def oc_process(ocp_node, params, filename):
return out
-def oc_create_secret(hostname, secret_name_prefix="autotests-secret-",
+def oc_create_secret(hostname, secret_name_prefix="autotests-secret",
namespace="default",
data_key="password",
secret_type="kubernetes.io/glusterfs"):