From 6d14615495f3bf1892a74f8b33200e2fc92aba04 Mon Sep 17 00:00:00 2001
From: Dirk Mueller <dirk@dmllr.de>
Date: Tue, 17 Jul 2018 10:34:46 +0200
Subject: [PATCH] Remove mention of excercises.sh

It isn't used for some time anymore and doesn't pass, so lets
remove the mentioning of it.

Change-Id: I9d8e319c9621fa37c1beefe46db4e4d6368acfb9
---
 doc/source/devstack-gate.rst | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/doc/source/devstack-gate.rst b/doc/source/devstack-gate.rst
index 3762fd911b..df6e540b8d 100644
--- a/doc/source/devstack-gate.rst
+++ b/doc/source/devstack-gate.rst
@@ -52,10 +52,9 @@ previously configured nodes and invokes the devstack-vm-gate-wrap.sh
 script which checks out code from all of the involved repositories, and
 merges the proposed change.  That script then calls devstack-vm-gate.sh
 which installs a devstack configuration file, and invokes devstack. Once
-devstack is finished, it runs exercise.sh and Tempest, which perform
-integration testing. After everything is done, devstack-gate copies
-and formats all of the logs for archival. A jenkins jobs then copies
-these logs to the log archive.
+devstack is finished, it runs Tempest, which performs integration testing.
+After everything is done, devstack-gate copies and formats all of the logs
+for archival. A jenkins jobs then copies these logs to the log archive.
 
 How to Debug a Devstack Gate Failure
 ====================================