From 330aef1c2392d19f4acda810eb8abc01854193c1 Mon Sep 17 00:00:00 2001 From: Thomas Vachuska Date: Thu, 15 Oct 2015 12:00:33 -0700 Subject: [PATCH] Fixed profile to work with new prerequisites.xml Change-Id: I3578237480330a12e50d3375cfd0157cdb150628 --- tools/dev/bash_profile | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/dev/bash_profile b/tools/dev/bash_profile index f39c2ce1a5..9a8ccbff86 100644 --- a/tools/dev/bash_profile +++ b/tools/dev/bash_profile @@ -112,6 +112,7 @@ function cell { unset ONOS_CELL ONOS_NIC ONOS_IP ONOS_APPS ONOS_BOOT_FEATURES unset OCI OCN OCT ONOS_INSTANCES ONOS_USER ONOS_GROUP ONOS_FEATURES unset $(env | sed -n 's:\(^OC[0-9]\{1,\}\)=.*:\1 :g p') + export ONOS_USER=${ONOS_USER:-sdn} export ONOS_WEB_USER=onos export ONOS_WEB_PASS=rocks export ONOS_CELL=$1