]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Update openstack-common reference in openstack/common/README
authorKamil Rykowski <kamil.rykowski@intel.com>
Wed, 8 Apr 2015 15:48:31 +0000 (17:48 +0200)
committerKamil Rykowski <kamil.rykowski@intel.com>
Wed, 8 Apr 2015 17:15:39 +0000 (17:15 +0000)
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 that it makes use of oslo-incubator
instead of openstack-common.

Change-Id: Ie02770954e726f0b9784465e6f167335bcb501c3
Closes-Bug: 1434370

cinder/openstack/common/README

index 0700c72bb970b4bebaf8bc39f2df064f0c486769..04a616648b57cead707738eecf9c8279c9aad747 100644 (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.