Remove section "Updating devstack-vm-gate-wrap.sh"

This section is not relevant anymore, new repos should not use
devstack-gate. Remove it.

Change-Id: I6291f8c5dcaf22e64437a7de1a06ceaf4911fd52
This commit is contained in:
Andreas Jaeger 2020-03-07 16:54:10 +01:00
parent e405053a4e
commit 5e0e0af368
1 changed files with 0 additions and 15 deletions

View File

@ -725,21 +725,6 @@ release process can volunteer to be added as well.
you need to trust them all to collaborate on group management
with you.
Updating devstack-vm-gate-wrap.sh
---------------------------------
The ``devstack-gate`` tools let us install OpenStack projects in a
consistent way so they can all be tested with a common
configuration. If your project will not need to be installed for
devstack gate jobs, you can skip this step.
Check out ``openstack/devstack-gate`` and edit
``devstack-vm-gate-wrap.sh`` to add the new project::
PROJECTS="openstack/<projectname> $PROJECTS"
Keep the list in alphabetical order.
Preparing a New Git Repository using cookiecutter
=================================================