X Tutup
Skip to content

Commit e8177a5

Browse files
committed
Be a bit more explicit about the plugin generation
Make the warning in the auto-generated file stand-out a bit more, so people don't waste time trying to add entries that appear automatically. Change-Id: Icf4290e1fad21ce72af54c178bafcce0b287cdf6
1 parent 5266ef7 commit e8177a5

File tree

1 file changed

+17
-14
lines changed

1 file changed

+17
-14
lines changed
Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,23 @@
11
..
2-
Note to patch submitters: this file is covered by a periodic proposal
3-
job. You should edit the files data/devstack-plugins-registry.footer
4-
data/devstack-plugins-registry.header instead of this one.
2+
3+
Note to patch submitters:
4+
5+
# ============================= #
6+
# THIS FILE IS AUTOGENERATED ! #
7+
# ============================= #
8+
9+
** Plugins are found automatically and added to this list **
10+
11+
This file is created by a periodic proposal job. You should not
12+
edit this file.
13+
14+
You should edit the files data/devstack-plugins-registry.footer
15+
data/devstack-plugins-registry.header to modify this text.
516

617
==========================
718
DevStack Plugin Registry
819
==========================
920

10-
Since we've created the external plugin mechanism, it's gotten used by
11-
a lot of projects. The following is a list of plugins that currently
12-
exist. Any project that wishes to list their plugin here is welcomed
13-
to.
14-
15-
Detected Plugins
16-
================
17-
18-
The following are plugins that a script has found in the openstack/
19-
namespace, which includes but is not limited to official OpenStack
20-
projects.
21+
The following list is an automatically-generated collection of
22+
available DevStack plugins. This includes, but is not limited to,
23+
official OpenStack projects.

0 commit comments

Comments
 (0)
X Tutup