Replace openstack-common with oslo in HACKING.rst

Change-Id: I211d128dce385a173cac5fec9df413b813bc4626
This commit is contained in:
Thomas Bechtold 2013-06-10 13:47:45 +02:00
parent 2c734559b3
commit 04409386e7

View File

@ -233,18 +233,18 @@ project wiki:
http://wiki.openstack.org/GitCommitMessages
openstack-common
oslo-incubator
----------------
A number of modules from openstack-common are imported into the project.
A number of modules from oslo-incubator are imported into the project.
These modules are "incubating" in openstack-common and are kept in sync
with the help of openstack-common's update.py script. See:
These modules are "incubating" in oslo-incubator and are kept in sync
with the help of oslo's update.py script. See:
http://wiki.openstack.org/CommonLibrary#Incubation
https://wiki.openstack.org/wiki/Oslo#Incubation
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.