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: I7bd165772e4c3043cf4f08048dd2730eee7e2b06
Closes-Bug: 1434370
This commit is contained in:
Kamil Rykowski 2015-04-08 17:58:06 +02:00
parent b4a0ee8baf
commit ad2ed9bc5f
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.