Fixing host configuration.

Change-Id: I34d4d29c0043bb72197d140060da7e02e8ec5d43
diff --git a/tools/test/topos/wipe-ui-annotations b/tools/test/topos/wipe-ui-annotations
index b6cfd52..99eedc6 100755
--- a/tools/test/topos/wipe-ui-annotations
+++ b/tools/test/topos/wipe-ui-annotations
@@ -7,10 +7,10 @@
 
 host=${1:-$OCI}
 
-onos $host netcfg devices | sed -E 's/("grid[XY]")( : )([-0-9.]*)/\1\20.0/' > $aux
+onos $host netcfg devices | sed -E 's/("locType")( : )(".*")/\1\2"none"/;s/("grid[XY]")( : )([-0-9.]*)/\1\20.0/' > $aux
 onos-netcfg $host $aux devices
 
-onos $host netcfg hosts | sed -E 's/("grid[XY]")( : )([-0-9.]*)/\1\20.0/' > $aux
+onos $host netcfg hosts | sed -E 's/("locType")( : )(".*")/\1\2"none"/;s/("grid[XY]")( : )([-0-9.]*)/\1\20.0/' > $aux
 onos-netcfg $host $aux hosts
 
 rm -f $aux