summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Rykowski <kamil.rykowski@intel.com>2015-04-08 17:47:53 +0200
committerKamil Rykowski <kamil.rykowski@intel.com>2015-04-08 17:47:53 +0200
commit007b3ef39f2666609bdc03d8065b7551382d8e90 (patch)
treee85e90a289f5c5418f7aafb85c609ab1b65b051a
parent0d7b292b82f98ee004ffbf130865f179e63eefa3 (diff)
downloadglance-007b3ef39f2666609bdc03d8065b7551382d8e90.tar.gz
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: I0a8e9beb43a0296bd5d1c94460a3e7e0e685138b Closes-Bug: 1434370
-rw-r--r--glance/openstack/common/README15
1 files changed, 9 insertions, 6 deletions
diff --git a/glance/openstack/common/README b/glance/openstack/common/README
index 0700c72bb..04a616648 100644
--- a/glance/openstack/common/README
+++ b/glance/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.