diff options
Diffstat (limited to 'src/com.gluster.storage.management.core')
| -rw-r--r-- | src/com.gluster.storage.management.core/src/com/gluster/storage/management/core/constants/CoreConstants.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com.gluster.storage.management.core/src/com/gluster/storage/management/core/constants/CoreConstants.java b/src/com.gluster.storage.management.core/src/com/gluster/storage/management/core/constants/CoreConstants.java index 67ab1695..a9309c85 100644 --- a/src/com.gluster.storage.management.core/src/com/gluster/storage/management/core/constants/CoreConstants.java +++ b/src/com.gluster.storage.management.core/src/com/gluster/storage/management/core/constants/CoreConstants.java @@ -32,7 +32,7 @@ public class CoreConstants { public static final String PURE_DATE_FORMAT = "MM/dd/yyyy"; public static final String PURE_TIME_FORMAT = "HH:mm:ss.SSS"; public static final String NA = "NA"; - public static final String DEFAULT_PASSWORD = "gluster"; + public static final String DEFAULT_PASSWORD = "syst3m"; public static final String OFFLINE = "OFFLINE"; public static final String ONLINE = "ONLINE"; public static final String UNKNOWN = "UNKNOWN"; |
