Update openstack-common reference in openstack/common/README

The README file under the openstack/common directory references to
openstack-common, but the link points to oslo-incubator (which is
correct). Update the file, so it use oslo-incubator instead of
openstack-common.

Change-Id: I014893db940d9d8b1ddca0ba79bf5741b52a73ac
Closes-Bug: 1434370
This commit is contained in:
Kamil Rykowski 2015-04-08 18:28:18 +02:00
parent 9b59e086d4
commit fc19eabc41
1 changed files with 9 additions and 6 deletions

View File

@ -1,13 +1,16 @@
openstack-common
----------------
oslo-incubator
--------------
A number of modules from openstack-common are imported into this project.
A number of modules from oslo-incubator are imported into this project.
You can clone the oslo-incubator repository using the following url:
These modules are "incubating" in openstack-common and are kept in sync
with the help of openstack-common's update.py script. See:
git://git.openstack.org/openstack/oslo-incubator
These modules are "incubating" in oslo-incubator and are kept in sync
with the help of oslo-incubator's update.py script. See:
https://wiki.openstack.org/wiki/Oslo#Syncing_Code_from_Incubator
The copy of the code should never be directly modified here. Please
always update openstack-common first and then run the script to copy
always update oslo-incubator first and then run the script to copy
the changes across.