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

This commit is contained in:
Zuul 2020-03-11 14:45:25 +00:00 committed by Gerrit Code Review
commit c85d027a2b
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
=================================================