From b104d95c9db734fb088fc888e2e5a9ba818dee65 Mon Sep 17 00:00:00 2001
From: "Elizabeth K. Joseph" <lyz@princessleia.com>
Date: Wed, 21 Jan 2015 13:12:29 -0800
Subject: [PATCH] Update Jenkins doc to reference nodepool

We've been using nodepool for quite some time now, update this page
to reflect that devstack-gate no longer manages the pool of slaves.

Change-Id: I80d7f38af22d560261aa21ffca4bc0a43214a3b3
---
 doc/source/jenkins.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/source/jenkins.rst b/doc/source/jenkins.rst
index 91d6246e99..343fde6144 100644
--- a/doc/source/jenkins.rst
+++ b/doc/source/jenkins.rst
@@ -89,9 +89,9 @@ devstack gate source can be found on `git.openstack.org
 describes the process of using devstack gate to run your own devstack
 based tests.
 
-The :ref:`devstack-gate` project is used to maintain a pool of Jenkins
-slaves that are used to run these tests.  Devstack-gate jobs create
-and delete Jenkins slaves as needed in order to maintain the pool.
+For management of the devstack and other instances, a tool called
+:ref:`nodepool` creates and deletes Jenkins slaves as needed in order to
+maintain the pool.
 
 Sysadmin
 ========