nova/nova/openstack/common
Jenkins fc024b290f Merge "Sync with latest oslo-incubator" 2014-10-14 10:50:30 +00:00
..
config low hanging fruit oslo-incubator sync 2014-04-02 14:51:36 +08:00
fixture Sync with latest oslo-incubator 2014-10-11 21:25:52 -04:00
middleware Sync with latest oslo-incubator 2014-10-11 21:25:52 -04:00
report Sync with latest oslo-incubator 2014-10-11 21:25:52 -04: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 2014-10-11 21:25:52 -04:00
cliutils.py Sync with latest oslo-incubator 2014-10-11 21:25:52 -04:00
context.py Partial oslo-incubator sync 2014-07-17 14:27:18 +02:00
eventlet_backdoor.py Sync with latest oslo-incubator 2014-10-11 21:25:52 -04:00
excutils.py low hanging fruit oslo-incubator sync 2014-04-02 14:51:36 +08:00
fileutils.py Sync with latest oslo-incubator 2014-10-11 21:25:52 -04:00
gettextutils.py Partial oslo-incubator sync 2014-07-17 14:27:18 +02:00
imageutils.py Sync with latest oslo-incubator 2014-10-11 21:25:52 -04:00
importutils.py Synced jsonutils and its dependencies 2014-06-23 22:48:43 +02:00
jsonutils.py Sync oslo-incubator module log: 2014-09-08 15:30:56 -07:00
local.py Sync oslo lockutils for "fix lockutils.lock() to make it thread-safe" 2013-12-10 13:22:03 -03:00
lockutils.py Sync with latest oslo-incubator 2014-10-11 21:25:52 -04:00
log.py Sync with latest oslo-incubator 2014-10-11 21:25:52 -04:00
loopingcall.py Sync with latest oslo-incubator 2014-10-11 21:25:52 -04:00
memorycache.py Sync with latest oslo-incubator 2014-10-11 21:25:52 -04:00
periodic_task.py Sync with latest oslo-incubator 2014-10-11 21:25:52 -04:00
policy.py Sync with latest oslo-incubator 2014-10-11 21:25:52 -04:00
processutils.py Sync with latest oslo-incubator 2014-10-11 21:25:52 -04:00
service.py Sync with latest oslo-incubator 2014-10-11 21:25:52 -04:00
sslutils.py Sync with latest oslo-incubator 2014-10-11 21:25:52 -04:00
strutils.py Make strutils.mask_password more secure 2014-08-26 18:16:05 +00:00
systemd.py Partial oslo-incubator sync 2014-07-17 14:27:18 +02:00
threadgroup.py Sync with latest oslo-incubator 2014-10-11 21:25:52 -04:00
timeutils.py Synced jsonutils and its dependencies 2014-06-23 22:48:43 +02:00
uuidutils.py Remove vi modelines 2014-02-03 14:19:44 +00:00
versionutils.py Sync with latest oslo-incubator 2014-10-11 21:25:52 -04: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.