diff --git a/manila/openstack/common/README b/manila/openstack/common/README index 0700c72bb9..04a616648b 100644 --- a/manila/openstack/common/README +++ b/manila/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.