From 5e0e0af368581ef9299be66112de0349b5996fea Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sat, 7 Mar 2020 16:54:10 +0100 Subject: [PATCH] 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 --- doc/source/creators.rst | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/doc/source/creators.rst b/doc/source/creators.rst index ebcb742..3a9173b 100644 --- a/doc/source/creators.rst +++ b/doc/source/creators.rst @@ -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/ $PROJECTS" - -Keep the list in alphabetical order. - Preparing a New Git Repository using cookiecutter =================================================