nova/nova/openstack/common
Sergey Vilgelm f41ff56a93 Switch to oslo.reports
The Guru Meditation Reports has graduated from oslo-incubator, Nova
should switch to use oslo.reports to keep the code base clean.

Change-Id: Ifc35c9e5455eb965e4520438284cf7baa0a00d43
Blueprint: graduate-oslo-reports
2015-07-23 00:36:01 +03:00
..
README Update README for openstack/common 2014-10-10 08:16:23 -04:00
__init__.py Sync with latest oslo-incubator 2014-10-11 21:25:52 -04:00
_i18n.py Sync with latest oslo-incubator 2015-03-10 13:39:09 -04:00
cliutils.py Use oslo.log 2015-02-22 07:56:40 -05:00
fileutils.py Sync with latest oslo-incubator 2015-06-14 17:15:29 +00:00
imageutils.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
memorycache.py Sync with latest oslo-incubator 2015-03-10 13:39:09 -04:00
policy.py Sync oslo policy change 2015-03-03 11:07:15 -05:00

README

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.