diff --git a/HACKING.rst b/HACKING.rst index 2b06c7d7e8..6ada1be900 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -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.