beacuse of the stackforge project move to openstack project,
so change the document url to git://git.openstack.org/openstack/.
Change-Id: I1628c0aeb62ee519867fdaee56386e22978c4271
| ... | ... |
@@ -68,7 +68,7 @@ Alternate Configs |
| 68 | 68 |
| Plugin Name | URL | Comments | |
| 69 | 69 |
| | | | |
| 70 | 70 |
+-------------+------------------------------------------------------------+------------+ |
| 71 |
-|glusterfs |git://git.openstack.org/stackforge/devstack-plugin-glusterfs| | |
|
| 71 |
+|glusterfs |git://git.openstack.org/openstack/devstack-plugin-glusterfs | | |
|
| 72 | 72 |
+-------------+------------------------------------------------------------+------------+ |
| 73 | 73 |
| | | | |
| 74 | 74 |
+-------------+------------------------------------------------------------+------------+ |
| ... | ... |
@@ -80,7 +80,7 @@ Additional Services |
| 80 | 80 |
| Plugin Name | URL | Comments | |
| 81 | 81 |
| | | | |
| 82 | 82 |
+----------------+--------------------------------------------------+------------+ |
| 83 |
-|ec2-api |git://git.openstack.org/stackforge/ec2api |[as1]_ | |
|
| 83 |
+|ec2-api |git://git.openstack.org/openstack/ec2-api |[as1]_ | |
|
| 84 | 84 |
+----------------+--------------------------------------------------+------------+ |
| 85 | 85 |
|ironic-inspector|git://git.openstack.org/openstack/ironic-inspector| | |
| 86 | 86 |
+----------------+--------------------------------------------------+------------+ |
| ... | ... |
@@ -56,7 +56,7 @@ They are added in the following format:: |
| 56 | 56 |
|
| 57 | 57 |
An example would be as follows:: |
| 58 | 58 |
|
| 59 |
- enable_plugin ec2api git://git.openstack.org/stackforge/ec2api |
|
| 59 |
+ enable_plugin ec2-api git://git.openstack.org/openstack/ec2-api |
|
| 60 | 60 |
|
| 61 | 61 |
plugin.sh contract |
| 62 | 62 |
================== |
| ... | ... |
@@ -202,13 +202,12 @@ Using Plugins in the OpenStack Gate |
| 202 | 202 |
For everyday use, DevStack plugins can exist in any git tree that's |
| 203 | 203 |
accessible on the internet. However, when using DevStack plugins in |
| 204 | 204 |
the OpenStack gate, they must live in projects in OpenStack's |
| 205 |
-gerrit. Both ``openstack`` namespace and ``stackforge`` namespace are |
|
| 206 |
-fine. This allows testing of the plugin as well as provides network |
|
| 205 |
+gerrit. This allows testing of the plugin as well as provides network |
|
| 207 | 206 |
isolation against upstream git repository failures (which we see often |
| 208 | 207 |
enough to be an issue). |
| 209 | 208 |
|
| 210 | 209 |
Ideally a plugin will be included within the ``devstack`` directory of |
| 211 |
-the project they are being tested. For example, the stackforge/ec2-api |
|
| 210 |
+the project they are being tested. For example, the openstack/ec2-api |
|
| 212 | 211 |
project has its plugin support in its own tree. |
| 213 | 212 |
|
| 214 | 213 |
However, some times a DevStack plugin might be used solely to |
| ... | ... |
@@ -218,7 +217,7 @@ include: integration of back end storage (e.g. ceph or glusterfs), |
| 218 | 218 |
integration of SDN controllers (e.g. ovn, OpenDayLight), or |
| 219 | 219 |
integration of alternate RPC systems (e.g. zmq, qpid). In these cases |
| 220 | 220 |
the best practice is to build a dedicated |
| 221 |
-``stackforge/devstack-plugin-FOO`` project. |
|
| 221 |
+``openstack/devstack-plugin-FOO`` project. |
|
| 222 | 222 |
|
| 223 | 223 |
To enable a plugin to be used in a gate job, the following lines will |
| 224 | 224 |
be needed in your ``jenkins/jobs/<project>.yaml`` definition in |
| ... | ... |
@@ -228,12 +227,12 @@ be needed in your ``jenkins/jobs/<project>.yaml`` definition in |
| 228 | 228 |
# Because we are testing a non standard project, add the |
| 229 | 229 |
# our project repository. This makes zuul do the right |
| 230 | 230 |
# reference magic for testing changes. |
| 231 |
- export PROJECTS="stackforge/ec2-api $PROJECTS" |
|
| 231 |
+ export PROJECTS="openstack/ec2-api $PROJECTS" |
|
| 232 | 232 |
|
| 233 | 233 |
# note the actual url here is somewhat irrelevant because it |
| 234 | 234 |
# caches in nodepool, however make it a valid url for |
| 235 | 235 |
# documentation purposes. |
| 236 |
- export DEVSTACK_LOCAL_CONFIG="enable_plugin ec2-api git://git.openstack.org/stackforge/ec2-api" |
|
| 236 |
+ export DEVSTACK_LOCAL_CONFIG="enable_plugin ec2-api git://git.openstack.org/openstack/ec2-api" |
|
| 237 | 237 |
|
| 238 | 238 |
See Also |
| 239 | 239 |
======== |