Changes needed for MultiStep Actions
[appc.git] / appc-config / appc-flow-controller / provider / src / main / java / org / onap / appc / flow / controller / utils / FlowControllerConstants.java
index 275dd43..fee6b67 100644 (file)
@@ -118,7 +118,7 @@ public class FlowControllerConstants {
     public static final String REST_PROTOCOL = "REST";
     public static final String HEALTHCHECK ="HealthCheck";
     public static final String REST_USER="user";
-    public static final String REST_PWD="password";
+    public static final String REST_PWD="pwd";
     public static final String REST_PORT="port";
     public static final String REST_CONTEXT_URL="url";
 }