From 04409386e7c556191047e6fb6435ef960c4e5c2a Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Mon, 10 Jun 2013 13:47:45 +0200 Subject: [PATCH] Replace openstack-common with oslo in HACKING.rst Change-Id: I211d128dce385a173cac5fec9df413b813bc4626 --- HACKING.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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.