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
This commit is contained in:
Elizabeth K. Joseph 2015-01-21 13:12:29 -08:00
parent 6b35f0cf1f
commit b104d95c9d

View File

@ -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
========