diff --git a/0212.node_worker_bwforcluster_nemo2.cfg b/0212.node_worker_bwforcluster_nemo2.cfg
index c468510a036b52ea98e2e115095810166df45c34..8a5ac472ffe6f4dacc5188e76e905eeb27dd2c69 100644
--- a/0212.node_worker_bwforcluster_nemo2.cfg
+++ b/0212.node_worker_bwforcluster_nemo2.cfg
@@ -1,7 +1,7 @@
 # bwForCluster OpenStack Worker Setup
 # -----------------------------------
 # Cloud attributes
-STARTD.CloudSite = "BwForCluster-Nemo"
+STARTD.CloudSite = "BwForCluster-Nemo2"
 
 # STARTD_DEBUG = D_ANY
 # START_DEBUG = D_ANY
@@ -120,4 +120,5 @@ SINGULARITY_EXTRA_ARGUMENTS = "--userns -B /cvmfs --env SINGULARITY_BIND= --env
 START = $(START) && \
         ( TARGET.RemoteJob =?= TRUE ) && \
         ( Node_is_Healthy =?= True ) && \
-        ( $(TimeToLive) > TARGET.RequestWalltime )
+        ( $(TimeToLive) > TARGET.RequestWalltime ) && \
+        (TARGET.Owner =?="mschnepf")