From ad2ed9bc5f63a0b93af72b4fae34c3aa19ec3c2a Mon Sep 17 00:00:00 2001 From: Kamil Rykowski Date: Wed, 8 Apr 2015 17:58:06 +0200 Subject: [PATCH] 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 --- heat/openstack/common/README | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/heat/openstack/common/README b/heat/openstack/common/README index 0700c72bb..04a616648 100644 --- a/heat/openstack/common/README +++ b/heat/openstack/common/README @@ -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.