Changed default onos user password.

Change-Id: I3ee98c46d0ae8ee648b9c648b92eecd36dc83383
diff --git a/tools/dev/bash_profile b/tools/dev/bash_profile
index fd609b9..fa6af5d 100644
--- a/tools/dev/bash_profile
+++ b/tools/dev/bash_profile
@@ -30,9 +30,9 @@
 # Setup cell enviroment
 export ONOS_CELL=${ONOS_CELL:-local}
 
-# Setup default web user; for local dev execution use Karaf defaults
-export ONOS_WEB_USER=${ONOS_WEB_USER:-karaf}
-export ONOS_WEB_PASS=${ONOS_WEB_PASS:-karaf}
+# Setup default web user/password
+export ONOS_WEB_USER=onos
+export ONOS_WEB_PASS=rocks
 
 # Setup default location of test scenarios
 export ONOS_SCENARIOS=$ONOS_ROOT/tools/test/scenarios
diff --git a/tools/package/etc/users.properties b/tools/package/etc/users.properties
index 60aa1a3..9f7a266 100644
--- a/tools/package/etc/users.properties
+++ b/tools/package/etc/users.properties
@@ -30,5 +30,5 @@
 # with the name "karaf".
 #
 karaf = karaf,_g_:admingroup
-onos = onos,_g_:admingroup
+onos = rocks,_g_:admingroup
 _g_\:admingroup = group,admin,manager,viewer,webconsole