cinder/cinder/openstack/common
2015-12-02 04:39:28 +00:00
..
__init__.py Sync latest versionutils from oslo-incubator 2014-11-21 16:47:31 +08:00
_i18n.py Namespace updates for _i18n and imageutils & fileutils 2015-03-10 16:58:37 +00:00
imageutils.py Fix the bug of can't get the desired image info 2015-11-28 17:33:03 +08:00
README Update openstack-common reference in openstack/common/README 2015-04-08 17:15:39 +00:00

oslo-incubator
--------------

A number of modules from oslo-incubator are imported into this project.
You can clone the oslo-incubator repository using the following url:

  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 oslo-incubator first and then run the script to copy
the changes across.