diff options
author | Michael Lando <ml636r@att.com> | 2018-06-02 21:35:48 +0300 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2018-06-02 19:11:22 +0000 |
commit | f83137d79555c9f987e07c628a8d6b190f53946d (patch) | |
tree | 81d2f82a0a43ab496c92e47c869b3b00ff3eca95 /sdc-os-chef/scripts | |
parent | 1fcea368eb179d4fc46392a33031301d5253b9d2 (diff) |
tine out configuration not used
Change-Id: I55c81975cd40b81510b18865e32e2f5394718349
Issue-ID: SDC-1344
Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'sdc-os-chef/scripts')
-rwxr-xr-x | sdc-os-chef/scripts/docker_run.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sdc-os-chef/scripts/docker_run.sh b/sdc-os-chef/scripts/docker_run.sh index 2cbf1915df..db9a674a86 100755 --- a/sdc-os-chef/scripts/docker_run.sh +++ b/sdc-os-chef/scripts/docker_run.sh @@ -322,8 +322,6 @@ function sdc-cs { #Cassandra-init function sdc-cs-init { - #fix for csit failuer - sleep 30 echo "docker run sdc-cassandra-init..." if [ ${LOCAL} = false ]; then docker pull ${PREFIX}/sdc-cassandra-init:${RELEASE} |