nova/nova/openstack/common
2015-03-04 18:10:09 +00:00
..
config Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
fixture oslo: remove useless modules 2015-01-15 11:27:11 +01:00
middleware Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
report Merge "Sync with oslo-incubator" 2015-02-13 15:23:02 +00:00
__init__.py Sync with latest oslo-incubator 2014-10-11 21:25:52 -04:00
_i18n.py Sync with latest oslo-incubator 2015-01-15 13:08:34 -05:00
cliutils.py Use oslo.log 2015-02-22 07:56:40 -05:00
eventlet_backdoor.py Merge "Sync with oslo-incubator" 2015-02-13 15:23:02 +00:00
fileutils.py Merge "Sync with oslo-incubator" 2015-02-13 15:23:02 +00:00
imageutils.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
local.py Sync oslo lockutils for "fix lockutils.lock() to make it thread-safe" 2013-12-10 13:22:03 -03:00
loopingcall.py Sync with oslo-incubator 2015-02-05 18:13:10 -05:00
memorycache.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
periodic_task.py Merge "Sync with oslo-incubator" 2015-02-13 15:23:02 +00:00
policy.py Sync oslo policy change 2015-03-03 11:07:15 -05:00
README Update README for openstack/common 2014-10-10 08:16:23 -04:00
service.py Merge "Sync with oslo-incubator" 2015-02-13 15:23:02 +00:00
sslutils.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
systemd.py Sync with oslo-incubator 2015-02-05 18:13:10 -05:00
threadgroup.py Sync with oslo-incubator 2015-02-05 18:13:10 -05:00
versionutils.py Revert : Switch off oslo.* namespace check temporarily 2015-02-25 08:56:34 -05: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.