keystone/keystone/openstack/common
Davanum Srinivas 4991179523 Switch keystone over to oslo_log versionutils
versionutils has graduated to oslo_log, let's switch our
references to that one and drop the oslo-incubator copy of
the module

Change-Id: Ib865fa31f1ace78d77951880ee8dfda9c2fd32e8
2015-06-10 08:31:15 -04:00
..
README Update openstack-common reference in openstack/common/README 2015-04-08 17:51:47 +02:00
__init__.py Sync modules from oslo-incubator 2014-10-23 21:37:25 -05:00
_i18n.py Sync oslo-incubator to f2cfbba 2015-03-11 19:17:32 -05:00
eventlet_backdoor.py Sync oslo-incubator cc19617 2015-05-14 13:23:57 -05:00
fileutils.py Sync oslo-incubator cc19617 2015-05-14 13:23:57 -05:00
loopingcall.py Sync oslo-incubator cc19617 2015-05-14 13:23:57 -05:00
service.py Sync oslo-incubator cc19617 2015-05-14 13:23:57 -05:00
systemd.py Sync with oslo-incubator 2015-02-11 15:05:09 -05:00
threadgroup.py Sync oslo-incubator cc19617 2015-05-14 13:23:57 -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.