Refactor to support multiple lab envs

Change-Id: Ic437017e9e66be686a1de2b680a8d0584d1a922c
Issue-ID: INT-381
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
diff --git a/deployment/heat/onap-oom/scripts/deploy.sh b/deployment/heat/onap-oom/scripts/deploy.sh
index e73b5ec..619a7c1 100755
--- a/deployment/heat/onap-oom/scripts/deploy.sh
+++ b/deployment/heat/onap-oom/scripts/deploy.sh
@@ -1,5 +1,4 @@
 #!/bin/bash -x
-. $WORKSPACE/test/ete/labs/windriver/Integration-Jenkins-openrc
 
 if [ -z "$WORKSPACE" ]; then
     export WORKSPACE=`git rev-parse --show-toplevel`