From 36f480d9b77815d7d7c8f12afc09ceb7e8228365 Mon Sep 17 00:00:00 2001 From: Tal Gitelman Date: Sun, 29 Oct 2017 15:23:48 +0200 Subject: Nodes in service template fix(Revert) Reverting previous commit Fail to get correct labels of requirements of nodes in service template fixed Change-Id: I4f9241441498e37bc508660dfdba6817d9462e1a Issue-ID: SDC-533 Signed-off-by: Tal Gitelman --- sdc-os-chef/sdc-sanity/startup.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'sdc-os-chef/sdc-sanity') diff --git a/sdc-os-chef/sdc-sanity/startup.sh b/sdc-os-chef/sdc-sanity/startup.sh index e06cf84b88..d4316c383f 100644 --- a/sdc-os-chef/sdc-sanity/startup.sh +++ b/sdc-os-chef/sdc-sanity/startup.sh @@ -1,7 +1,5 @@ #!/bin/bash -sleep 300 - export CHEFNAME=${ENVNAME} cd /root/chef-solo chef-solo -c solo.rb -E ${CHEFNAME} -- cgit 1.2.3-korg