Get rid of "password" parameter

New security update for jenkins forbids replay feature if password
parameters are used. We should switch to credential-bindings but it will
require to convert cookied-model-generator job to groovy pipeline. For
now switching parameter type will temporary unlock QA team.

PROD-37197

Change-Id: I31c5920bc9e1efe70c5c370f11e4acaa72ebbca5
diff --git a/jobs/templates/released-bm-pike-ovs.yml b/jobs/templates/released-bm-pike-ovs.yml
index 23432f9..5a2dbc7 100644
--- a/jobs/templates/released-bm-pike-ovs.yml
+++ b/jobs/templates/released-bm-pike-ovs.yml
@@ -170,10 +170,10 @@
         description: ''
         name: MCP_COMMON_SCRIPTS_REFS
         trim: 'false'
-    - password:
+    - string:
         name: IPMI_USER
         default: 'engineer'
-    - password:
+    - string:
         name: IPMI_PASS
         default: 'KBwdcRqwed3w2'
     - string: