Committed by
Gerrit Code Review
Fixed profile to work with new prerequisites.xml
Change-Id: I3578237480330a12e50d3375cfd0157cdb150628
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -112,6 +112,7 @@ function cell { | ... | @@ -112,6 +112,7 @@ function cell { |
112 | unset ONOS_CELL ONOS_NIC ONOS_IP ONOS_APPS ONOS_BOOT_FEATURES | 112 | unset ONOS_CELL ONOS_NIC ONOS_IP ONOS_APPS ONOS_BOOT_FEATURES |
113 | unset OCI OCN OCT ONOS_INSTANCES ONOS_USER ONOS_GROUP ONOS_FEATURES | 113 | unset OCI OCN OCT ONOS_INSTANCES ONOS_USER ONOS_GROUP ONOS_FEATURES |
114 | unset $(env | sed -n 's:\(^OC[0-9]\{1,\}\)=.*:\1 :g p') | 114 | unset $(env | sed -n 's:\(^OC[0-9]\{1,\}\)=.*:\1 :g p') |
115 | + export ONOS_USER=${ONOS_USER:-sdn} | ||
115 | export ONOS_WEB_USER=onos | 116 | export ONOS_WEB_USER=onos |
116 | export ONOS_WEB_PASS=rocks | 117 | export ONOS_WEB_PASS=rocks |
117 | export ONOS_CELL=$1 | 118 | export ONOS_CELL=$1 | ... | ... |
-
Please register or login to post a comment